5 lines
122 B
TypeScript
5 lines
122 B
TypeScript
import { type Storage } from 'unstorage';
|
|
export declare function createFsStorage({ base }: {
|
|
base: URL;
|
|
}): Storage;
|