npm install --save @types/deindent
This package contains type definitions for deindent (https://github.com/deanlandolt/deindent).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/deindent.
declare function deindent(
tagFn: (template: TemplateStringsArray, ...substitutions: any[]) => string,
): (template: TemplateStringsArray, ...substitutions: any[]) => string;
declare function deindent(template: TemplateStringsArray, ...substitutions: any[]): string;
declare function deindent(input: string): string;
export = deindent;
- Last updated: Mon, 06 Nov 2023 22:41:05 GMT
- Dependencies: none
These definitions were written by Avi Vahl.