Storage API Reference
API reference for the storage package.
The service exposed by @kit/storage returns an instance of the Unstorage API.
Every method is documented in the Unstorage API, so you can find the complete API reference there.
Usage
import { getStorageService } from '@kit/storage';// This is an instance of the Unstorage API.const storage = await getStorageService();