Accessors
exists
- get exists(): Promise<boolean>
Methods
append
- append(contents: string): void
read
- read(): Promise<undefined | string>
Returns Promise<undefined | string>
sync
- sync(): undefined | string
Returns undefined | string
write
- write(contents: string): void
Abstracts retrieval from either URL or Storage.