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 documentation - 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();