smartnpm/ts/smartnpm.plugins.ts

10 lines
149 B
TypeScript
Raw Normal View History

2017-08-14 15:50:48 +00:00
import 'typings-global'
2017-08-15 15:03:21 +00:00
import * as beautylog from 'beautylog'
2017-08-14 15:50:48 +00:00
import * as smartrequest from 'smartrequest'
export {
2017-08-15 15:03:21 +00:00
beautylog,
2017-08-14 15:50:48 +00:00
smartrequest
}