mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-18 12:08:59 +08:00
Fix to correct type
This commit is contained in:
2
types/pupa/index.d.ts
vendored
2
types/pupa/index.d.ts
vendored
@@ -3,6 +3,6 @@
|
||||
// Definitions by: nju33 <https://github.com/nju33>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
declare function pupa(tpl: string, data: any[] | {[key: string]: any}): string | never;
|
||||
declare function pupa(tpl: string, data: any[] | {[key: string]: any}): string;
|
||||
|
||||
export = pupa;
|
||||
|
||||
Reference in New Issue
Block a user