DefinitelyTyped/types/deline/index.d.ts
2019-12-18 14:41:42 +00:00

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;