babel-plugin-codegen
Advanced tools
Comparing version 4.1.2 to 4.1.3
declare function codegen(literals: TemplateStringsArray, ...interpolations: Array<unknown>): any; | ||
declare function codegen(code: string): any; | ||
declare namespace codegen { | ||
function require(code: string, ...args: Array<unknown>): any; | ||
function require(modulePath: string, ...args: Array<unknown>): any; | ||
} | ||
declare const _default: typeof codegen; | ||
export default _default; |
{ | ||
"name": "babel-plugin-codegen", | ||
"version": "4.1.2", | ||
"version": "4.1.3", | ||
"description": "Generate code at build-time", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
35235