site/node_modules/speech-rule-engine/js/common/file_util.d.ts

3 lines
130 B
TypeScript
Raw Normal View History

2024-10-14 06:09:33 +00:00
export declare function makePath(path: string): string;
export declare function localePath(locale: string, ext?: string): string;