UNPKG

debundle

Version:

![Debundle](debundle_logo.png)

6 lines (4 loc) 165 B
const number = require('number'); const uuid = require('uuid'); console.log('Here is the number module', number); console.log('and here is the uuid module', uuid);