UNPKG

143 BTypeScriptView Raw
1export default function fromEntries<K extends string, V>(entries: (readonly [K, V])[]): Record<K, V>;
2//# sourceMappingURL=fromEntries.d.ts.map
\No newline at end of file