This package has been deprecated
Author message:
Use Encapsule/arccore
jbus-common-types
jbus-common-types
jbus-common-util
provides helper functions for validating the type of JavaScript references.
Audience
jbus-common-types
is a small library with a simple API useful anywhere you need to check the type of a JavaScript reference.
Licensing
jbus-common and all of its jbus-* dependencies are licensed under the terms of the GNU Affero General Public Licence (AGPL). Please consult the included LICENSE file for details.
Evaluation
A pre-compiled and tested build of jbus-common-types is avaiable via npm.
To add this package to an existing Node.js project, type:
npm install jbus-common-types --save
Documentation
To leverage jbus-common-types
in your Node.js project:
var jbus={}; jbus.common={}; jbus.common.util = require('jbus-common-types');
==========================================================================
Copyright (C) 2015 Encapsule.io, Bellevue WA USA