0.6.4 • Published 5 years ago

typit v0.6.4

Weekly downloads
9
License
GPL-3.0-or-later
Repository
github
Last release
5 years ago

typit

Fully recursive runtime typechecking.

Runtime type-checking is often useful when interacting with and/or building public APIs in which data might be recieved in a malformed manner. By using a runtime typechecking system, you can ensure that the data you are recieving and attempting to access (in a JSON format) is well-formed, defined, and correctly typed, removing the need to worry or 'check-on-access' the state and type of each key-value pair you attempt to use.

Find typit on NPM.

Installation

Install from NPM with

$ npm install --save typit

License

typit is made available under the GNU General Public License v3.

Copyright (C) 2019 Trevor Sears

Find the full license here.