UNPKG
@acoustic-content-sdk/cli
Version:
beta (9.0.29)
latest (9.0.10076)
9.0.10076
9.0.10067
9.0.10040
9.0.10034
9.0.495
9.0.493
9.0.462
9.0.407
9.0.384
9.0.361
9.0.360
9.0.271
9.0.270
9.0.251
9.0.242
9.0.216
9.0.209
9.0.202
9.0.159
9.0.124
9.0.89
9.0.75
9.0.74
9.0.30
9.0.29
8.0.601
8.0.600
8.0.498
8.0.475
Command line utility for the Acoustic Content SDK.
@acoustic-content-sdk/cli
/
version.d.ts
13 lines
(12 loc)
•
292 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
/** 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"
;