UNPKG

@metamask/kernel-errors

Version:
9 lines 364 B
import type { MarshaledOcapError } from "../types.mjs"; /** * Checks if a value is a {@link MarshaledOcapError}. * * @param value - The value to check. * @returns Whether the value is a {@link MarshaledOcapError}. */ export declare function isMarshaledOcapError(value: unknown): value is MarshaledOcapError; //# sourceMappingURL=isMarshaledOcapError.d.mts.map