mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-23 10:45:33 -04:00
4 lines
182 B
TypeScript
4 lines
182 B
TypeScript
import type { PromiseMethodName } from "../interpreter/model.js"
|
|
|
|
export const promiseStatics = new Set<PromiseMethodName>(["all", "allSettled", "race", "any", "resolve", "reject"])
|