ng2-bootstrap
Version:
Native Angular Bootstrap Components
8 lines (7 loc) • 343 B
TypeScript
export declare class TypeaheadUtils {
static latinMap: any;
static latinize(str: string): string;
static escapeRegexp(queryToEscape: string): string;
static tokenize(str: string, wordRegexDelimiters?: string, phraseRegexDelimiters?: string): Array<string>;
static getValueFromObject(object: any, option: string): string;
}