Skip to content

stream: replace Function.prototype by FunctionPrototype

Hello 😄

Just replaced every Function.prototype by FunctionPrototype in the lib/* folder For this, i just have added FunctionPrototype in the import

const {
  // [...]
  FunctionPrototype,
} = primordials;

I hope this pull request will help you ! :P

Merge request reports

Loading