UNPKG

burdy-web-utils

Version:

Utility library for web

9 lines (8 loc) 278 B
/** * Utility function to execute callback for eack key->value pair. */ export declare const forEach: (obj: any, callback: any) => void; /** * The function returns true if the string passed to it has no content. */ export declare const isEmptyString: (str: any) => boolean;