This commit is contained in:
7
node_modules/licia/stripIndent.d.ts
generated
vendored
Normal file
7
node_modules/licia/stripIndent.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
declare function stripIndent(str: string): string;
|
||||
declare function stripIndent(
|
||||
literals: TemplateStringsArray,
|
||||
...placeholders: any[]
|
||||
): string;
|
||||
|
||||
export = stripIndent;
|
||||
Reference in New Issue
Block a user