smartnpm/ts/index.ts

5 lines
152 B
TypeScript
Raw Normal View History

2022-04-04 21:21:49 +00:00
import * as plugins from './smartnpm.plugins.js';
2017-08-14 15:50:48 +00:00
2022-04-04 21:21:49 +00:00
export * from './smartnpm.classes.npmregistry.js';
export * from './smartnpm.classes.npmpackage.js';