Type Parameters
R
R = unknown
Returns
Promise<R>Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
type Next<R> = () => Promise<R>;
R = unknown
Promise<R>