MCPcopy Create free account
hub / github.com/feiyu563/PrometheusAlert / objectToString

Function objectToString

static/plugins/pdfmake/pdfmake.js:71953–71955  ·  view source on GitHub ↗
(o)

Source from the content-addressed store, hash-verified

71951function isError(e) {
71952 return isObject(e) &&
71953 (objectToString(e) === '[object Error]' || e instanceof Error);
71954}
71955exports.isError = isError;
71956exports.types.isNativeError = isError;
71957
71958function isFunction(arg) {

Callers 4

innerDeepEqualFunction · 0.70
isRegExpFunction · 0.70
isDateFunction · 0.70
isErrorFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected