smartnpm/ts/index.ts

5 lines
143 B
TypeScript
Raw Normal View History

2018-09-01 14:40:42 +00:00
import * as plugins from './smartnpm.plugins';
2017-08-14 15:50:48 +00:00
2018-09-01 14:40:42 +00:00
export * from './smartnpm.classes.npmregistry';
export * from './smartnpm.classes.npmpackage';