effect
effect copied to clipboard
Add Number.fromString and Number.fromBigInt
What is the problem this feature would solve?
There is currently no wrapper for Number.parseFloat in the lib without reaching for Schema which is overkill for some cases.
What is the feature you are proposing to solve the problem?
Add safe implementations(i.e. returning Option
What alternatives have you considered?
No response
Also, BigInt.fromString, BigInt.fromNumber