@ctx-core/object
Advanced tools
Comparing version 5.4.5 to 5.4.6
{ | ||
"name": "@ctx-core/object", | ||
"version": "5.4.5", | ||
"version": "5.4.6", | ||
"description": "ctx-core object", | ||
@@ -40,3 +40,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "a00f49c93aba4ecb6e0b7aa60755ced027bcc3bc" | ||
"gitHead": "cafe6608c43fd8659b951414da80dfad944a1301" | ||
} |
@@ -339,6 +339,6 @@ import { _andand } from '@ctx-core/function' | ||
} | ||
export interface opts__or { | ||
value? | ||
value__or? | ||
value__nor? | ||
type opts__or = { | ||
value?: any; | ||
value__or?: any; | ||
value__nor?: any; | ||
} | ||
@@ -345,0 +345,0 @@ /** |
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
40040