syms
Automatic/Convenience/Syntactic-Sugar Symbol.for() access: `const {WHATEVER,Vars,youWant} = require("syms")`
Automatic/Convenience/Syntactic-Sugar Symbol.for() access: `const {WHATEVER,Vars,youWant} = require("syms")`
Interfaces for syms API
Return an array of an object's own enumerable and non-enumerable property names and symbols.
Return an array of an object's own non-enumerable property names and symbols.
Return an array of an object's own writable property names and symbols.
Return an array of an object's inherited writable symbol properties.
Return an array of an object's own enumerable property names and symbols.
Return an array of an object's inherited enumerable property names and symbols.
Return an array of an object's inherited enumerable symbol properties.
Return an array of an object's inherited non-enumerable property names and symbols.
Return an array of an object's inherited non-enumerable symbol properties.
Return an array of an object's inherited writable property names and symbols.