@jsep-plugin/ternary
Advanced tools
Comparing version 1.1.2 to 1.1.3
{ | ||
"name": "@jsep-plugin/ternary", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "Adds ternary expression support", | ||
@@ -5,0 +5,0 @@ "author": "Shelly (https://github.com/6utt3rfly)", |
import * as jsep from 'jsep'; | ||
import { IPlugin } from 'jsep'; | ||
export const name: string; | ||
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
22316
162