0.1.0 • Published 5 years ago

checked v0.1.0

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

checked

npm License Build Status Coverage Status types: typescript/flow npm.io npm.io code style: prettier PRs Welcome

Check type of value with flow and typescript support | github.com/Eazymov/checked

Installation

Direct <script /> include

The library will be exposed as a global Checked variable

<script src="https://cdn.jsdelivr.net/npm/checked@latest"></script>

or via unpkg

<script src="https://unpkg.com/checked@latest"></script>

NPM

npm install checked --save

Yarn

yarn add checked

About

Library for type checking. Supports both TypeScript and Flow type annotations out of the box. Zero dependencies. Commonjs and es6-modules compatible

Questions

If you have any troubles, questions or proposals you can create the issue

License

MIT

Copyright (c) 2019 - present, Eduard Troshin