tscoverage/ts/mod00/mod00.plugins.ts

12 lines
195 B
TypeScript
Raw Normal View History

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