@jsep-plugin/arrow
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "@jsep-plugin/arrow", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Adds arrow-function support", | ||
@@ -5,0 +5,0 @@ "author": "Shelly (https://github.com/6utt3rfly)", |
import * as jsep from 'jsep'; | ||
import { Expression } from 'jsep'; | ||
import { Expression, IPlugin } from 'jsep'; | ||
export const name: string; | ||
@@ -13,1 +13,3 @@ export function init(this: typeof jsep): void; | ||
declare const _export: IPlugin; | ||
export default _export; |
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
28755
216