UNPKG

r19

Version:

Simple remote procedure calls in TypeScript

9 lines (8 loc) 245 B
import { isErrorLike } from "./isErrorLike.js"; const isR19ErrorLike = (error) => { return isErrorLike(error) && error.name === "R19Error" && "procedurePath" in error; }; export { isR19ErrorLike }; //# sourceMappingURL=isR19ErrorLike.js.map