elearning/Frontend-Learner/node_modules/nitropack/dist/runtime/internal/storage.d.ts

3 lines
158 B
TypeScript
Raw Normal View History

2026-01-13 10:46:40 +07:00
import type { Storage, StorageValue } from "unstorage";
export declare function useStorage<T extends StorageValue = StorageValue>(base?: string): Storage<T>;