@types/deindent
TypeScript icon, indicating that this package has built-in type declarations

0.1.3 • Public • Published

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

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.

Dependents (0)

Package Sidebar

Install

npm i @types/deindent

Weekly Downloads

106

Version

0.1.3

License

MIT

Unpacked Size

3.2 kB

Total Files

5

Last publish

Collaborators

  • types