just icon indicating copy to clipboard operation
just copied to clipboard

Use generic for object-map Record key type

Open sunnyzanchi opened this issue 2 years ago • 1 comments

This lets the function pass through more specific type information

✔️ Updated tests and yarn test-types passes

sunnyzanchi avatar Apr 22 '22 03:04 sunnyzanchi

Thanks! Is it possible for object key to be a number though? I think they can only be strings or symbols (all other values are automatically coerced to strings.

angus-c avatar Apr 30 '22 20:04 angus-c