typizator-test
Version:
Test utilities for the typizator library.
21 lines (11 loc) • 844 B
Markdown
# Runtime types and metadata schemas for Typescript
 [](https://badge.fury.io/js/typizator-test) [](https://nodejs.org/)
## Purpose
Test utilities for the _[typizator](https://www.npmjs.com/package/typizator)_ library. You can organize your test data in simple tab- or space-separated tables...
## Installing
```Bash
npm i typizator-test
```
## Documentation and tests
Nothing better than tests to show how the library works. Simply read [these tests](https://github.com/cvdsfif/typizator-test/blob/main/tests/index.test.ts) and you'll know how to use this.
Tests are this library's purpose, so reading and understanding tests is really the right entry point... :)