tscoverage/ts/mod00/mod00.plugins.ts
2017-01-18 01:04:19 +01:00

12 lines
195 B
TypeScript

export * from '../npmts.plugins'
import * as tsn from 'tsn'
import * as smartchok from 'smartchok'
import * as smartstream from 'smartstream'
export {
tsn,
smartchok,
smartstream
}