UNPKG

@liberquack/utils

Version:
2 lines (1 loc) 121 B
export declare function inlineErr<T = any>(arg: Promise<T> | T, preventLog?: boolean): Promise<[T | undefined, Error?]>;