Interface IBindenOptions

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

Properties

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