Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chjj/bsert
Minimal assertions for javascript
https://github.com/chjj/bsert
Last synced: 16 days ago
JSON representation
Minimal assertions for javascript
- Host: GitHub
- URL: https://github.com/chjj/bsert
- Owner: chjj
- License: other
- Created: 2018-07-19T07:59:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-25T02:35:34.000Z (9 months ago)
- Last Synced: 2024-10-20T01:14:53.684Z (24 days ago)
- Language: JavaScript
- Size: 58.6 KB
- Stars: 4
- Watchers: 4
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bsert
Minimal assert with type checking.
## Usage
``` js
const assert = require('bsert');
```## Contribution and License Agreement
If you contribute code to this project, you are implicitly allowing your code
to be distributed under the MIT license. You are also implicitly verifying that
all code is your original work. ``## License
- Copyright (c) 2018, Christopher Jeffrey (MIT License).
See LICENSE for more info.