mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-14 21:02:48 +00:00
9 lines
387 B
TypeScript
9 lines
387 B
TypeScript
// Type definitions for deline 1.0
|
|
// Project: https://github.com/airbnb/deline#readme
|
|
// Definitions by: Inaki Arroyo <https://github.com/iarroyo5>
|
|
// 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;
|