MCPcopy Create free account
hub / github.com/npkgz/cli-progress / options.js

File options.js

lib/options.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// utility to merge defaults
2function mergeOption(v, defaultValue){
3 if (typeof v === 'undefined' || v === null){
4 return defaultValue;

Callers

nothing calls this directly

Calls 1

mergeOptionFunction · 0.85

Tested by

no test coverage detected