RejectCopyimport type { Reject } from "https://raw.githubusercontent.com/worker-tools/resolvable-promise/master/index.ts";type Reject = (reason?: any) => void;§Type§(reason?: any) => void[src]