UNPKG

one

Version:

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

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