Interface IBindenOptions

interface IBindenOptions {
    auto_head?: boolean;
    error_handler?: ((context, error) => void);
}

Properties

auto_head?: boolean
error_handler?: ((context, error) => void)

Type declaration

    • (context, error): void
    • Parameters

      Returns void