Files
actions-ansi-to-html/node_modules/fromentries/index.d.ts
T
2025-11-11 06:53:11 -05:00

4 lines
128 B
TypeScript

declare function fromEntries<T = any>(entries: Iterable<readonly [PropertyKey, T]>): { [k: string]: T };
export = fromEntries;