UNPKG

@nuxthub/core

Version:

Build full-stack Nuxt applications, with zero configuration.

5 lines (4 loc) 208 B
import type { BlobStorage } from '../types'; import type { BlobDriver } from './drivers/types'; export type * from '../types'; export declare function createBlobStorage(driver: BlobDriver<any>): BlobStorage;