Comparing version 0.1.9 to 0.1.10
{ | ||
"name": "typa", | ||
"version": "0.1.9", | ||
"version": "0.1.10", | ||
"description": "JavaScript type checker utility", | ||
@@ -5,0 +5,0 @@ "main": "dist/typa.min.js", |
Typa | ||
==== | ||
A super-simple JavaScript type checker. Mainly pilfered from [this blog post](https://www.webbjocke.com/javascript-check-data-types/) by [Webbjocke](https://github.com/webbjocke). No dependencies. 3.6K [GCC](https://github.com/google/closure-compiler-js) compiled, 2.0k uncompiled. | ||
A super-simple JavaScript type checker. Mainly pilfered from [this blog post](https://www.webbjocke.com/javascript-check-data-types/) by [Webbjocke](https://github.com/webbjocke). No dependencies. 3.6K [GCC](https://github.com/google/closure-compiler-js) compiled, 2.0K uncompiled. | ||
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/c14912365bf14b74a778862a50d72860)](https://www.codacy.com/app/Self_Agency/typa?utm_source=github.com&utm_medium=referral&utm_content=selfagency/typa&utm_campaign=Badge_Grade) | ||
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/c14912365bf14b74a778862a50d72860)](https://www.codacy.com/app/Self_Agency/typa?utm_source=github.com&utm_medium=referral&utm_content=selfagency/typa&utm_campaign=Badge_Grade) [![CircleCI](https://circleci.com/gh/selfagency/typa.svg?style=svg)](https://circleci.com/gh/selfagency/typa) | ||
@@ -8,0 +8,0 @@ **Install** |
154166
29