marpple / FxTS

A functional programming library for TypeScript/JavaScript
https://fxts.dev
Apache License 2.0
881 stars 63 forks source link

feat: key support bigint #253

Closed ppeeou closed 7 months ago

ppeeou commented 7 months ago

Fixes #

Bigint can be assigned as a key to an object, so add it to the Key type.

ppeeou commented 7 months ago

Index signature parameter type does not support bigint😭