@types/deindent
Version:
TypeScript definitions for deindent
27 lines (20 loc) • 932 B
Markdown
# Installation
> `npm install --save @types/deindent`
# Summary
This package contains type definitions for deindent (https://github.com/deanlandolt/deindent).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/deindent.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/deindent/index.d.ts)
````ts
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;
````
### Additional Details
* Last updated: Mon, 06 Nov 2023 22:41:05 GMT
* Dependencies: none
# Credits
These definitions were written by [Avi Vahl](https://github.com/AviVahl).