UNPKG

yahoo-swiv

Version:

A web-based exploratory visualization UI for Druid.io

6 lines (5 loc) 304 B
export declare const IP_REGEX: RegExp; export declare const NUM_REGEX: RegExp; export declare function firstUp(str: string): string; export declare function pad(n: number, padding?: number): string; export declare function generateUniqueName(prefix: string, isUnique: (name: string) => boolean): string;