mirror of
https://github.com/chenasraf/DefinitelyTyped.git
synced 2026-05-18 01:49:01 +00:00
8 lines
325 B
TypeScript
8 lines
325 B
TypeScript
// Type definitions for deline 1.0
|
|
// Project: https://github.com/airbnb/deline#readme
|
|
// Definitions by: Tim van der Horst <https://github.com/vdh>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
declare function deline(strings: string | TemplateStringsArray, ...values: any[]): string;
|
|
export = deline;
|