UNPKG

speech-rule-engine

Version:

A standalone speech rule engine for XML structures, based on the original engine from ChromeVox.

6 lines (5 loc) 214 B
export * from './common/system.js'; import { Cli } from './common/cli.js'; import { Variables } from './common/variables.js'; export declare const cli: typeof Cli; export declare const variables: typeof Variables;