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).

3 lines (2 loc) 90 B
import { hello } from './src/hello-world.js' import { hello as hello2 } from '@test/test'