1.0.0 • Published 1 month ago

bare-type v1.0.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 month ago

bare-type

Cross-realm type predicates for Bare.

npm i bare-type

Usage

const type = require('bare-type')

if (type(123).isNumber()) {
  console.log(123, 'is a number')
}

License

Apache-2.0

1.0.0

1 month ago