node-isomorphic-core-modules

node core modules for any enviroment


Keywords
isomorphic, core, node
License
ISC
Install
npm install node-isomorphic-core-modules@0.0.1

Documentation

Node.js

This is a node fork that currently only includes the url and punycode modules. I forked it because I needed to use the url module with react native.

No edits are made or are going to be made to the original code.

installation

npm install node-isomorphic-core-modules --save
import { url, punycode } from 'node-isomorphic-core-modules'