DefinitelyTyped/types/deline/index.d.ts
2018-05-10 13:19:38 -07:00

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;