typings-core
Version:
The logic of Typings
12 lines (11 loc) • 294 B
TypeScript
export * from './install';
export * from './uninstall';
export * from './init';
export * from './bundle';
export * from './search';
export * from './interfaces';
export * from './list';
export * from './open';
export * from './view';
export * from './prune';
export declare const VERSION: any;