UNPKG

@safik/fk-plug-controller

Version:

Internet Computer Plug wallet's controller

8 lines (7 loc) 284 B
export declare const isEmpty: (obj: any) => boolean; /** * Returns an Error if extension.runtime.lastError is present * this is a workaround for the non-standard error object that's used * @returns {Error|undefined} */ export declare const checkForError: () => Error | undefined;