HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/1784574/root/usr/share/nodejs/@types/dedent/
Upload File :
Current File : //proc/1784574/root/usr/share/nodejs/@types/dedent/index.d.ts
// Type definitions for dedent 0.7
// Project: https://github.com/dmnd/dedent
// Definitions by: Douglas Duteil <https://github.com/douglasduteil>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

export = dedent;

declare function dedent(literals: string): string;
declare function dedent(literals: TemplateStringsArray, ...placeholders: any[]): string;
declare namespace dedent {}