UNPKG

@acoustic-content-sdk/cli

Version:

Command line utility for the Acoustic Content SDK.

13 lines (12 loc) 292 B
/** Version and build number of the package */ export declare const VERSION: { version: { major: string; minor: string; patch: string; branch: string; }; build: Date; }; /** Module name */ export declare const MODULE = "@acoustic-content-sdk/cli";