@melgrove/base

1.0.0 • Public • Published

Things I want in javascript

Import tools into global scope (somewhat scary)

require('@melgrove/base')();

// can use as a global variable
unreduce()
type() 
// ...

Import tools into object (not scary)

const tools = require('@melgrove/base')({global: false});

// can use from tools
tools.unreduce()
tools.type()
// ...

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    0

Package Sidebar

Install

npm i @melgrove/base

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

2.46 kB

Total Files

4

Last publish

Collaborators

  • melgrove