Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2
function
mergeOption(v, defaultValue){
3
if
(typeof v ===
'undefined'
|| v === null){
4
return
defaultValue;
Callers
nothing calls this directly
Calls
1
mergeOption
Function · 0.85
Tested by
no test coverage detected