smartnpm/ts/smartnpm.plugins.ts

10 lines
149 B
TypeScript

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