UNPKG

@robotical/martyblocks

Version:
4 lines (2 loc) 128 B
declare function fromEntries<T = any>(entries: Iterable<readonly [PropertyKey, T]>): { [k: string]: T }; export = fromEntries;