UNPKG

persistent-typescript

Version:

An easy way to have persistent data on the browser and on nodejs

12 lines (11 loc) 301 B
export declare class Utils { /** * Retrieves the class name from a class instance * @param instance class instance */ static getClassName(instance: object): string | null; /** * Checks if the library is running on the browser */ static isBrowser(): boolean; }