Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/denoland/celld
/ ArrayIsArray
Function
ArrayIsArray
crates/celld/js/node_stream.js:243–245 ·
view source on GitHub ↗
(self2)
Source
from the content-addressed store, hash-verified
241
"use strict"
;
242
module2.exports = {
243
ArrayIsArray(self2) {
244
return
Array.isArray(self2);
245
},
246
ArrayPrototypeIncludes(self2, el) {
247
return
self2.includes(el);
248
},
Callers
3
"lib/internal/validators.js"
Function · 0.85
prependListener
Function · 0.85
pipelineImpl
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected