UNPKG

the-world-engine

Version:

three.js based, unity like game engine for browser

3 lines (2 loc) 135 B
import type { YieldInstruction } from "./YieldInstruction"; export type CoroutineIterator = IterableIterator<YieldInstruction | null>;