import { FileStorage } from "https://code4fukui.github.io/FileStorage/FileStorage.js";
const bin = new TextEncoder().encode("abc");
const fs = new FileStorage("data");
const path = "data/test/abc.txt";
await fs.save(path, bin);
const bin2 = await fs.load(path);-
Notifications
You must be signed in to change notification settings - Fork 0
License
code4fukui/FileStorage
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published