Methods
delete()
Parameters
handle
string
Returns
void
load()
Parameters
handle
string
Returns
FileHandle | undefined
save()
Parameters
handle
string
file
FileHandle
Returns
voidDocumentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
delete(handle): void;
string
void
load(handle): FileHandle | undefined;
string
FileHandle | undefined
save(handle, file): void;
string
FileHandle
void