Website Structure
This commit is contained in:
parent
62812f2090
commit
71f0676a62
22365 changed files with 4265753 additions and 791 deletions
10
Frontend-Learner/node_modules/unstorage/drivers/fs.d.cts
generated
vendored
Normal file
10
Frontend-Learner/node_modules/unstorage/drivers/fs.d.cts
generated
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
import { type ChokidarOptions } from "chokidar";
|
||||
export interface FSStorageOptions {
|
||||
base?: string;
|
||||
ignore?: string[];
|
||||
readOnly?: boolean;
|
||||
noClear?: boolean;
|
||||
watchOptions?: ChokidarOptions;
|
||||
}
|
||||
declare const _default: (opts: FSStorageOptions | undefined) => import("..").Driver<FSStorageOptions | undefined, never>;
|
||||
export default _default;
|
||||
Loading…
Add table
Add a link
Reference in a new issue