Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
const responseDelete = await index.fetch(["2", "3"], {}); // [{ id: "2" }, { id: "3" }]
const responseDelete = await index.fetch(["2", "3"], {}); // [{ id: "2" }, null]
Show child attributes
true
null
Hide child attributes
Was this page helpful?