smartupdate/ts/smartupdate.plugins.ts
2017-08-16 23:28:12 +02:00

16 lines
296 B
TypeScript

import 'typings-global'
import * as beautylog from 'beautylog'
import * as beautycolor from 'beautycolor'
import * as npmextra from 'npmextra'
import * as smartnpm from 'smartnpm'
import * as smarttime from 'smarttime'
export {
beautylog,
beautycolor,
npmextra,
smartnpm,
smarttime
}