Preview:ts export type WaitStrategy = ( debugNote?: string, timeoutMillis?: number ) => Promise<void> declare const waitForPassageEnd: WaitStrategy declare const waitForClickEnd: WaitStrategy export type WaitStrategyType = | ":passageend" | "click end" | WaitStrategy ...
You can choose specific lines to embed by selecting them before copying the link.