initial working version

This commit is contained in:
2017-08-16 18:54:23 +02:00
parent 2214107cff
commit 032febc02b
10 changed files with 169 additions and 49 deletions

View File

@@ -1,9 +1,13 @@
import 'typings-global'
import * as beautylog from 'beautylog'
import * as npmextra from 'npmextra'
import * as smartnpm from 'smartnpm'
import * as smarttime from 'smarttime'
export {
beautylog,
npmextra,
smartnpm
smartnpm,
smarttime
}