UNPKG

nitropack

Version:

Build and Deploy Universal JavaScript Servers

3 lines (2 loc) 158 B
import type { Storage, StorageValue } from "unstorage"; export declare function useStorage<T extends StorageValue = StorageValue>(base?: string): Storage<T>;