UNPKG

@metamask/ocap-kernel

Version:
10 lines 293 B
import type { KRef } from "../../types.mjs"; /** * Test if a KRef designates a promise. * * @param kref - The KRef to test. * * @returns true iff the given KRef references a promise. */ export declare function isPromiseRef(kref: KRef): boolean; //# sourceMappingURL=promise-ref.d.mts.map