mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-10 09:40:21 +08:00
9 lines
298 B
TypeScript
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;
|