UNPKG

jsmodern

Version:

An extension to existing JavaScript, influenced by other great languages such as Rust, Dart, Java, Golang, etc.

8 lines 203 B
export const isError = { isStatic: true, label: 'isError', fn: function errorIsError(x) { return null == x ? false : x instanceof Error; }, }; //# sourceMappingURL=is-error.js.map