local-elastic-docker
Version:
A package for creating / tearing down local Elasticsearch / Kibana single node clusters via Docker.
14 lines • 533 B
TypeScript
export declare class Utils {
static exec(cmd: string, verbose?: boolean, wd?: string): Promise<{}>;
static is_array(v: any): boolean;
static is_bool(v: any): boolean;
static is_defined(v: any): boolean;
static is_function(v: any): boolean;
static is_integer(v: any): boolean;
static is_null(v: any): boolean;
static is_number(v: any): boolean;
static is_object(v: any): boolean;
static is_string(v: any): boolean;
static is_undefined(v: any): boolean;
}
//# sourceMappingURL=index.d.ts.map