UNPKG

@acoustic-content-sdk/cli

Version:

Command line utility for the Acoustic Content SDK.

4 lines (3 loc) 177 B
import { Command } from 'commander'; export declare const GENERATE_LAYOUT_COMMAND = "generate-layout"; export declare function generateLayoutCommand(program: Command): Command;