UNPKG

one

Version:

One is a new React Framework that makes Vite serve both native and web.

16 lines (15 loc) 295 B
function promiseWithResolvers() { var a; var b; var c = new Promise(function (resolve, reject) { a = resolve; b = reject; }); return { resolve: a, reject: b, promise: c }; } export { promiseWithResolvers }; //# sourceMappingURL=promiseWithResolvers.native.js.map