import type { PromiseMethodName } from "../interpreter/model.js" export const promiseStatics = new Set(["all", "allSettled", "race", "any", "resolve", "reject"])