An open API service indexing awesome lists of open source software.

https://github.com/ksxgithub/deno_simple_type_assert

Simple type assertion library for Deno
https://github.com/ksxgithub/deno_simple_type_assert

assert deno library testing typecheck typescript

Last synced: about 2 months ago
JSON representation

Simple type assertion library for Deno

Awesome Lists containing this project

README

          

# Simple Type Assert

Simple type assertion library for Deno.

## Usage

```typescript
import assert from 'https://deno.land/x/simple_type_assert/index.ts'
assert(0, 1, 2) // => passed
assert('string') // => error
```

## License

[MIT](https://git.io/JvDdz) © [Hoàng Văn Khải](https://github.com/KSXGitHub)