Closed vihanb closed 5 years ago
ToChecked is just an alias for FromJust on newer Node versions. This doesn't change any functionality but should avoid breaking on older versions.
ToChecked
FromJust
@pierrec could this updated version be published to npm?
Done. Thanks for the pull request btw.
ToChecked
is just an alias forFromJust
on newer Node versions. This doesn't change any functionality but should avoid breaking on older versions.