Enabling shorter import paths [automatic]

This commit is contained in:
ts_ci
2021-03-05 19:45:47 +00:00
parent 68e6c9faaf
commit f577d71855
113 changed files with 21346 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>;