Enabling shorter import paths [automatic]

This commit is contained in:
ts_ci
2021-03-02 22:51:05 +00:00
parent 2f592ab38c
commit fb148fe56d
108 changed files with 21065 additions and 223 deletions

View 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>;