osr-mono/packages/fs/util.d.ts
2025-01-29 17:40:56 +01:00

2 lines
105 B
TypeScript

export declare const substitute: (alt: boolean, template: string, vars: Record<string, string>) => any;