Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/unitest/mock/utils.ts>isTypeReturn

🃏 Deno-first universal unit testing framework
Latest
function isTypeReturn
import { isTypeReturn } from "https://deno.land/x/unitest@v1.0.0-beta.82/mock/utils.ts";

type guard for mock result return type is return

Returns

mockResult is { type: "return"; value: unknown; }