Function: isDocument()
Parameters
obj
unknown
Returns
obj is DocumentDocumentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
function isDocument(obj: unknown): obj is Document;
unknown
obj is DocumentWas this page helpful?