UNPKG

mcode-data

Version:

Our Data Handling functions. These support type checking and type coercion and conversion of Objects--ints, string, number, JSON, any--to commonize data handling and type checking.

5 lines (4 loc) 176 B
// MicroCODE: define this module's name for our 'mcode' package const MODULE_NAME = 'index.test.js'; const data = require('./index.js'); const log = require('mcode-log');