UNPKG

snips-sam

Version:

The Snips Assistant Manager

4 lines (3 loc) 136 B
/// <reference types="yargs" /> import * as yargs from 'yargs'; export declare const handler: (argv: yargs.Argv) => Promise<undefined>;