@btpns/util
v0.0.13
Published
Util Lib
Readme
INSTALL
npm install @btpns/util
IMPORT FILE
can import any js OR ts file with limited filter. Accept 2 parameter:
directory (in string)
filter (in object):
isIncludeSubModuleFile (default: false),
excludeFiles (default: ['index.ts', 'index.js']),
includeExtensions (default: ['.ts', '.js']),
READ CONFIG JSON
read config json in 'src/config/config.json' as json object. Will be null if file is not exist.
