2.0.27 • Published 4 years ago

internal v2.0.27

Weekly downloads
9,172
License
MIT
Repository
-
Last release
4 years ago

Internal

Internal is a curated set of high-quality node modules. Internal aims to be the standard library node.js never had.

Each module in this repository has the following requirements

  • Well-tested
  • Small footprint
  • Minimal API surface
  • Works on both client and server (stubs are ok)
  • Good documentation
  • Provides type definitions

At it's best, this repository simply pulls in other modules. Occassionally there may be some freshly brewed code.

Usage

yarn add internal

Usage

import proxy from 'internal/proxy'

What happened to the original internal?

The code for the original internal lives under the 1.x versions. You can fix this by adjusting your dependencies in the following way:

{
  "dependencies": {
    "internal": "1.x"
  }
}

I'm sorry in advance if I've caused any inconvenience with this transition.

License

MIT