MakeInterfaceGuardSloppy: ((interfaceName, methodGuards, options) => InterfaceGuard<any>)

Type declaration

    • (interfaceName, methodGuards, options): InterfaceGuard<any>
    • Parameters

      • interfaceName: string
      • methodGuards: any
      • options: {
            defaultGuards?: "passable" | "raw";
            sloppy?: true;
        }
        • Optional defaultGuards?: "passable" | "raw"
        • Optional sloppy?: true

      Returns InterfaceGuard<any>

Generated using TypeDoc