0.0.7 • Published 7 years ago

@moped/node-builtins v0.0.7

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

node-builtins

An array of the core node.js modules. It is part of the moped suite of utilities for creating composable configs for building node.js and react apps.

This module is useful for building node.js apps using webpack.

Installation

yarn add @moped/node-builtins

Usage

import builtins from '@moped/node-builtins';

function isBuiltin(name) {
  return builtins.indexOf(name) !== -1;
}

License

MIT

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

8 years ago

0.0.2

8 years ago