ResolveCopyimport type { Resolve } from "https://raw.githubusercontent.com/worker-tools/resolvable-promise/master/index.ts";type Resolve<T> = (value: T | PromiseLike<T>) => void;§Type Parameters§T[src]§Type§(value: T | PromiseLike<T>) => void[src]