6 lines
186 B
TypeScript
6 lines
186 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 };
|