UNPKG

@cisstech/nge

Version:

NG Essentials is a collection of libraries for Angular developers.

6 lines (5 loc) 279 B
export declare function isNullOrEmpty(text: string): boolean; export declare function anyNullOrEmpty(...args: string[]): boolean; export declare const urlPattern: string; export declare function isURL(str: string): boolean; export declare function hashCode(str: string): number;