MCPcopy
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
172const isConstructor = (reference) => typeof reference === 'function';
173
174const start = async (dev = false) => {
175 const { httpRoutes, webSocketRoutes, files } = dev

Callers 1

startFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected