Skip to content

lib: replace Symbol.hasInstance by SymbolHasInstance

Just replaced every Symbol.hasInstance by SymbolHasInstance in the lib/* folder For this, i just have added SymbolHasInstance in the import

const {
  SymbolHasInstance,
} = primordials;

Of course i have removed unused import of Symbol 😄 I hope this pull request will help you ! :P

Merge request reports

Loading