Files
DefinitelyTyped/types/pupa/index.d.ts
2017-12-14 16:31:46 +09:00

9 lines
298 B
TypeScript

// Type definitions for pupa 1.0
// Project: https://github.com/sindresorhus/pupa
// Definitions by: nju33 <https://github.com/nju33>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare function pupa(tpl: string, data: any[] | {[key: string]: any}): string;
export = pupa;