InferJS Package: Overview

A package of InferJS tools, designed for runtime checking of JavaScript types and narrowing through expectations.

InferJS Live Example

InferJS Package: npm Package Contents

  • InferJS-Library - The main library for checking types.
  • InferJS-Compiler - The compiler for building InferObjects for checking types.
  • InferJs-Doc-Builder - A custom JSDoc builder that includes InferJS type definitions. (Coming Soon...)

InferJS-Package: Installation

Here are the different options for installing the latest InferJS package with npm.

Install Locally

npm install inferjs --save

Install Globally

npm install -g inferjs

Optional: If you would like to download the package source code with git:

git clone https://github.com/Codevendor/inferjs.git
git clone https://github.com/Codevendor/inferjs-library.git
git clone https://github.com/Codevendor/inferjs-compiler.git
git clone https://github.com/Codevendor/inferjs-doc-builder.git
PACK VERSION: LIC: MIT
COPYRIGHT © 2022-2024 INFERJS