interface MethodGuardReturns {
    returns: ((returnGuard?) => MethodGuard);
}

Properties

Properties

returns: ((returnGuard?) => MethodGuard)

Arguments have been specified, now finish by creating a MethodGuard. If the return guard is not M.raw(), the return value is automatically hardened and must be Passable.

Type declaration

Generated using TypeDoc