tscoverage/ts/mod_compile/mod.plugins.ts

8 lines
188 B
TypeScript
Raw Normal View History

export * from '../npmts.plugins';
2016-10-21 15:48:52 +00:00
import * as tsn from 'tsn';
import * as smartchok from 'smartchok';
import * as smartstream from 'smartstream';
2016-10-21 15:48:52 +00:00
export { tsn, smartchok, smartstream };