UNPKG

ng-packagr

Version:

Compile and package a TypeScript library to Angular Package Format

8 lines (7 loc) 140 B
import { Command } from './command'; /** * Prints version information. * * @stable */ export declare const version: Command<any, void>;