UNPKG

reg

Version:

`reg` is a package manager for native ES Modules. It's built to enable dependency management for Universal JavaScript (JavaScript that can run in the Browser and in Node.js w/o a compiler).

6 lines (4 loc) 198 B
const push = require('./src/nodejs/push.js') const storage = require('./src/nodejs/storage.js') const createTypes = require('./src/nodejs/types.js') module.exports = { push, storage, createTypes }