Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/violentmonkey/violentmonkey
/ ensureArray
Function
ensureArray
src/common/util.js:214–216 ·
view source on GitHub ↗
(data)
Source
from the content-addressed store, hash-verified
212
}
213
214
export
function
ensureArray(data) {
215
return
Array.isArray(data) ? data : [data];
216
}
217
218
const
binaryTypes = [
219
'blob'
,
Callers
2
remove
Method · 0.90
watchStorage
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected