smartnpm/ts/smartnpm.plugins.ts

7 lines
253 B
TypeScript
Raw Normal View History

import * as consolecolor from '@pushrocks/consolecolor';
import * as smartlog from '@pushrocks/smartlog';
smartlog.defaultLogger.enableConsole();
import * as smartrequest from '@pushrocks/smartrequest';
2017-08-14 15:50:48 +00:00
export { consolecolor, smartlog, smartrequest };