MCPcopy Create free account
hub / github.com/OptimalBits/node_acl / makeArray

Function makeArray

lib/memory-backend.js:151–153  ·  view source on GitHub ↗
(arr)

Source from the content-addressed store, hash-verified

149}
150
151function makeArray(arr){
152 return Array.isArray(arr) ? arr : [arr];
153}
154
155exports = module.exports = MemoryBackend;

Callers 1

memory-backend.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected