UNPKG

@elastic.io/component-commons-library

Version:
5 lines (4 loc) 161 B
import { NoAuthRestClient } from './NoAuthRestClient'; export declare class NtlmRestClient extends NoAuthRestClient { constructor(emitter: any, cfg: any); }