UNPKG

strapi-plugin-comments

Version:
2 lines (1 loc) 151 B
export declare const tryCatch: <T, E>(callback: () => T, throwError: E) => Promise<import("./Either").Right<Awaited<T>> | import("./Either").Left<E>>;