Files
smartnpm/ts/index.ts

5 lines
152 B
TypeScript
Raw Permalink Normal View History

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