uni-ticket-system/node_modules/licia/stripIndent.d.ts
2023-12-05 10:11:10 +08:00

8 lines
178 B
TypeScript

declare function stripIndent(str: string): string;
declare function stripIndent(
literals: TemplateStringsArray,
...placeholders: any[]
): string;
export = stripIndent;