1.0.6 • Published 7 months ago

bare-type v1.0.6

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
7 months 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.6

7 months ago

1.0.5

8 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.4

9 months ago

1.0.3

9 months ago

1.0.0

1 year ago