UNPKG

alinea

Version:

[![npm](https://img.shields.io/npm/v/alinea.svg)](https://npmjs.org/package/alinea) [![install size](https://packagephobia.com/badge?p=alinea)](https://packagephobia.com/result?p=alinea)

17 lines (14 loc) 454 B
import "../../chunks/chunk-U5RRZUYZ.js"; // node_modules/@ungap/with-resolvers/index.js Promise.withResolvers || (Promise.withResolvers = function withResolvers() { var a, b, c = new this(function(resolve, reject) { a = resolve; b = reject; }); return { resolve: a, reject: b, promise: c }; }); // src/dashboard/util/WithResolvers.ts var withResolvers2 = Promise.withResolvers.bind(Promise); export { withResolvers2 as withResolvers };