mono/packages/fs/dist/util.d.ts
2025-01-23 07:22:43 +01:00

2 lines
104 B
TypeScript

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