DefinitelyTyped/types/preval.macro/index.d.ts
2018-11-28 01:31:06 +08:00

8 lines
321 B
TypeScript

// Type definitions for preval.macro 3.0
// Project: https://github.com/kentcdodds/preval.macro
// Definitions by: Jeow Li Huan <https://github.com/huan086>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare function preval(strings: TemplateStringsArray, ...values: any[]): any;
export = preval;