@arwes/tools
Advanced tools
Comparing version 1.0.0-next.24071501 to 1.0.0-next.24072301
@@ -1,2 +0,2 @@ | ||
declare const filterProps: <Props extends Record<string, unknown>>(props: Props) => Props; | ||
declare const filterProps: <Props extends Record<string, unknown>>(props: Props) => { [P in keyof Props]: Exclude<Props[P], undefined>; }; | ||
export { filterProps }; |
{ | ||
"name": "@arwes/tools", | ||
"version": "1.0.0-next.24071501", | ||
"version": "1.0.0-next.24072301", | ||
"publishConfig": { | ||
@@ -51,3 +51,3 @@ "access": "public" | ||
}, | ||
"gitHead": "e27d4c82122929d1b44f4720af6090397b61534b" | ||
"gitHead": "6a769ef7d70b669157e05c873dba292a6548ca35" | ||
} |
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
11550
47
257