@aomex/helper
Advanced tools
Comparing version 0.0.0 to 0.0.1
@@ -9,3 +9,4 @@ export { default as color } from 'chalk'; | ||
}; | ||
type Union2Intersection<T> = (T extends any ? (arg: T) => void : never) extends (arg: infer P) => void ? P : never; | ||
export { NonReadonly, toArray }; | ||
export { NonReadonly, Union2Intersection, toArray }; |
{ | ||
"name": "@aomex/helper", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "type": "module", |
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
3210
6
18