Type alias ClearablePromise

ClearablePromise: Promise<void> & {
    clear: Fn;
}

Generated using TypeDoc