7 lines
231 B
TypeScript
7 lines
231 B
TypeScript
|
export * from '../npmts.plugins';
|
||
|
import * as tsn from 'tsn';
|
||
|
import * as shelljs from 'shelljs';
|
||
|
import * as smartchok from 'smartchok';
|
||
|
import * as smartstream from 'smartstream';
|
||
|
export { tsn, shelljs, smartchok, smartstream };
|