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

6 lines
204 B
TypeScript

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