mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
7 lines
307 B
TypeScript
7 lines
307 B
TypeScript
// Type definitions for deline 1.0
|
|
// Project: https://github.com/airbnb/deline#readme
|
|
// Definitions by: Inaki Arroyo <https://github.com/iarroyo5>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
export function deline(strings: string | TemplateStringsArray, ...values: any[]): string;
|