DIR : /home/kozerus/public_html/cropex/node/node_modules/drizzle-orm/query-promise.js

/home/kozerus/public_html/cropex/node/node_modules/drizzle-orm

import { entityKind } from "./entity.js";
class QueryPromise {
  static [entityKind] = "QueryPromise";
  [Symbol.toStringTag] = "QueryPromise";
  catch(onRejected) {
    return this.then(void 0, onRejected);
  }
  finally(onFinally) {
    return this.then(
      (value) => {
        onFinally?.();
        return value;
      },
      (reason) => {
        onFinally?.();
        throw reason;
      }
    );
  }
  then(onFulfilled, onRejected) {
    return this.execute().then(onFulfilled, onRejected);
  }
}
export {
  QueryPromise
};
//# sourceMappingURL=query-promise.js.map
//


koh5_pano



Your browser does not support the HTML5 canvas element.


Drag mouse to navigate.

Navigation





17.Aug.2010, Martin Wengenmayer