Add entry point for node package
This commit is contained in:
parent
142576ed49
commit
ee570a8136
1 changed files with 11 additions and 0 deletions
11
index.js
Normal file
11
index.js
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
const logger = require('./lib/logging')
|
||||||
|
const make = require('./lib/make')
|
||||||
|
const random = require('./lib/random')
|
||||||
|
const utils = require('./lib/utils')
|
||||||
|
|
||||||
|
module.exports = {
|
||||||
|
logger,
|
||||||
|
random,
|
||||||
|
make,
|
||||||
|
utils
|
||||||
|
}
|
Loading…
Reference in a new issue