UNPKG

229 BTypeScriptView Raw
1/**
2 * Commands API
3 */
4export * from './lib/commands/command';
5export * from './lib/commands/build.command';
6export * from './lib/commands/version.command';
7/**
8 * ngPackagr() programmatic API
9 */
10export * from './lib/packagr';