Files
opencode/packages/codemode/src/stdlib/promise.ts
T

4 lines
182 B
TypeScript

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