UNPKG

110 BTypeScriptView Raw
1export default function promiseFinally<T>(value: T | Promise<T>, cb: () => void | Promise<void>): Promise<T>;