MCPcopy Create free account
hub / github.com/developit/microbundle / prog.js

File prog.js

src/prog.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import sade from 'sade';
2let { version } = require('../package.json');
3
4const toArray = val => (Array.isArray(val) ? val : val == null ? [] : [val]);

Callers

nothing calls this directly

Calls 1

cmdFunction · 0.85

Tested by

no test coverage detected