@moped/node-builtins
v0.0.7
Published
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.
Downloads
63
Readme
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