@schematize/refs
v0.2.3
Published
A list of references to built-ins, native objects, etc.
Downloads
525
Maintainers
Readme
refs
A list of references to built-ins, native objects, etc. This helps with minification and makes code smaller.
Installation
npm install @schematize/refsUsage
To use, simply import the variable that you would like to reference.
import Object from '@schematize/refs/js/Object.mjs';If you are using a bundler like rollup.js, you can use this reference across multiple modules and the resulting bundle will only contain 1 variable reference rather than a separate variable refernece for each module.
