grafast
Version:
Cutting edge GraphQL planning and execution engine
8 lines • 310 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.promiseWithResolve = promiseWithResolve;
/** When you can only succeed, there's no need to handle failure */
function promiseWithResolve() {
return Promise.withResolvers();
}
//# sourceMappingURL=promiseWithResolve.js.map