UNPKG

lml-main

Version:

This is now a mono repository published into many standalone packages.

11 lines (9 loc) 184 B
var cc = require('..') var assert = require('assert') assert.deepEqual({ hello: true }, cc.env('test_', { 'test_hello': true, 'ignore_this': 4, 'ignore_test_this_too': [] }))