Enabling shorter import paths [automatic]
This commit is contained in:
2
lib/tools/allPropertiesValuesToUndefined.d.ts
vendored
Normal file
2
lib/tools/allPropertiesValuesToUndefined.d.ts
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
import "minimal-polyfills/Object.fromEntries";
|
||||
export declare function allPropertiesValuesToUndefined<T extends Record<string, unknown>>(obj: T): Record<keyof T, undefined>;
|
Reference in New Issue
Block a user