Endo API documentation
    Preparing search index...

    Type Alias MakeInterfaceGuardStrict

    MakeInterfaceGuardStrict: <M extends Record<PropertyKey, MethodGuard>>(
        interfaceName: string,
        methodGuards: M,
        options: { defaultGuards?: undefined; sloppy?: false },
    ) => InterfaceGuard<M>

    Type declaration

      • <M extends Record<PropertyKey, MethodGuard>>(
            interfaceName: string,
            methodGuards: M,
            options: { defaultGuards?: undefined; sloppy?: false },
        ): InterfaceGuard<M>
      • Type Parameters

        Parameters

        • interfaceName: string
        • methodGuards: M
        • options: { defaultGuards?: undefined; sloppy?: false }

        Returns InterfaceGuard<M>