UNPKG

wsp-toolkit

Version:
2 lines (1 loc) 194 B
export declare function promiseTry<ValueType, ArgumentsType extends unknown[]>(func: (...args: ArgumentsType) => PromiseLike<ValueType> | ValueType, ...args: ArgumentsType): Promise<ValueType>;