mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
8 lines
321 B
TypeScript
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;
|