Releases: akoll/biject
Releases · akoll/biject
v3.0.1
https://www.npmjs.com/package/biject/v/3.0.1
The parameter to biject (list of pairs) can now be given without having to declare it as const when using TypeScript > 5.0.
This is enabled through const type parameters.