mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
8 lines
323 B
TypeScript
8 lines
323 B
TypeScript
// Type definitions for codegen.macro 3.0
|
|
// Project: https://github.com/kentcdodds/codegen.macro
|
|
// Definitions by: Charlee Li <https://github.com/charlee>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
declare function codegen(strings: TemplateStringsArray, ...values: any[]): any;
|
|
export = codegen;
|