import * as mod from "https://dotland.deno.dev/x/live@1.107.0/utils/promise.ts"; FunctionsfdeferredCreates a Promise with the reject and resolve functions placed as methods on the promise object itself. InterfacesIDeferredType AliasesTFulfilledPromise.prototype.then onfufilled callback type. TRejectedPromise.then onrejected callback type.