hojas/node_modules/speech-rule-engine/js/common/processor_factory.d.ts

5 lines
258 B
TypeScript
Raw Permalink Normal View History

2026-05-14 10:56:04 +02:00
import { KeyCode } from './event_util.js';
export declare function process<T>(name: string, expr: string): T;
export declare function output(name: string, expr: string): string;
export declare function keypress(name: string, expr: KeyCode | string): string;