elearning/Frontend-Learner/node_modules/nitropack/dist/runtime/internal/storage.d.ts
2026-01-13 10:48:02 +07:00

2 lines
158 B
TypeScript

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