5 lines
150 B
TypeScript
5 lines
150 B
TypeScript
import 'typings-global';
|
|
export { build } from './npmci.build';
|
|
export { install } from './npmci.install';
|
|
export { publish } from './npmci.publish';
|