Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/browserless/browserless
/ isConstructor
Function
isConstructor
bin/browserless.js:172–172 ·
view source on GitHub ↗
(reference)
Source
from the content-addressed store, hash-verified
170
};
171
172
const
isConstructor = (reference) => typeof reference ===
'function'
;
173
174
const
start =
async
(dev = false) => {
175
const
{ httpRoutes, webSocketRoutes, files } = dev
Callers
1
start
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected