UNPKG

r19

Version:

Simple remote procedure calls in TypeScript

9 lines (8 loc) 359 B
"use strict"; Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" }); const isErrorLike = require("./isErrorLike.cjs"); const isR19ErrorLike = (error) => { return isErrorLike.isErrorLike(error) && error.name === "R19Error" && "procedurePath" in error; }; exports.isR19ErrorLike = isR19ErrorLike; //# sourceMappingURL=isR19ErrorLike.cjs.map