UNPKG

fargv

Version:

Multi-customizable parser of process.argv for nodejs.

9 lines (5 loc) 212 B
const copyV = require("../dependencies/copyValWithoutBind"); const getDefaultNoneValue = function(_from) { return copyV(this.usableOptions[_from].defaultNoneValue); }; module.exports = getDefaultNoneValue;