UNPKG

webppl

Version:

Probabilistic programming for the web

12 lines (8 loc) 199 B
'use strict'; var parseArgs = require('minimist'); function makeGlobal(programFile, argv) { global.argv = parseArgs([programFile].concat(argv)); } module.exports = { makeGlobal: makeGlobal };