smartnpm/ts/smartnpm.plugins.ts
2017-08-16 12:19:56 +02:00

12 lines
207 B
TypeScript

import 'typings-global'
import * as beautycolor from 'beautycolor'
import * as beautylog from 'beautylog'
import * as smartrequest from 'smartrequest'
export {
beautycolor,
beautylog,
smartrequest
}