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

Properties

Properties

returns: ((returnGuard?) => MethodGuard)

Type declaration

    • (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.

      Parameters

      • Optional returnGuard: any

      Returns MethodGuard

Generated using TypeDoc