@thi.ng/checks
Version:
Collection of 70+ type, feature & value checks
82 lines (53 loc) • 1.91 kB
Markdown
<!-- This file is generated - DO NOT EDIT! -->
# 
[](https://www.npmjs.com/package/@thi.ng/checks)

[](https://mastodon.thi.ng/@toxi)
This project is part of the
[@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo.
- [About](#about)
- [Status](#status)
- [Installation](#installation)
- [Dependencies](#dependencies)
- [API](#api)
- [Authors](#authors)
- [License](#license)
## About
Collection of 70+ type, feature & value checks.
## Status
**STABLE** - used in production
[Search or submit any issues for this package](https://github.com/thi-ng/umbrella/issues?q=%5Bchecks%5D+in%3Atitle)
## Installation
```bash
yarn add @thi.ng/checks
```
ES module import:
```html
<script type="module" src="https://cdn.skypack.dev/@thi.ng/checks"></script>
```
[Skypack documentation](https://docs.skypack.dev/)
For Node.js REPL:
```js
const checks = await import("@thi.ng/checks");
```
Package sizes (brotli'd, pre-treeshake): ESM: 1.59 KB
## Dependencies
- [tslib](https://www.typescriptlang.org/)
## API
[Generated API docs](https://docs.thi.ng/umbrella/checks/)
TODO
## Authors
- [Karsten Schmidt](https://thi.ng) (Main author)
- [Gavin Cannizzaro](https://github.com/gavinpc-mindgrub)
- [Jay Zawrotny](https://github.com/eccentric-j)
If this project contributes to an academic publication, please cite it as:
```bibtex
@misc{thing-checks,
title = "@thi.ng/checks",
author = "Karsten Schmidt and others",
note = "https://thi.ng/checks",
year = 2016
}
```
## License
© 2016 - 2023 Karsten Schmidt // Apache License 2.0