@hxui/angular
Version:
This README includes the steps that are necessary to import the HxUi-angular into a project or to contribute with development.
5 lines (4 loc) • 333 B
TypeScript
export declare function latinize(str: string): string;
export declare function escapeRegexp(queryToEscape: string): string;
export declare function tokenize(str: string, wordRegexDelimiters?: string, phraseRegexDelimiters?: string): Array<string>;
export declare function getValueFromObject(object: any, option: string): string;