1.0.18 • Published 7 months ago

@bunland/fs v1.0.18

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

Bunland/fs

install

bun add @bunland/fs

Usage:

import { FS } from "@bunland/fs";

const fs = new FS();

fs.log("hello World");
await fs.writeFile("./example.txt", "hello world");
fs.log(await fs.exists("./example.txt"));
fs.log(await fs.readFile("./example.txt"));
fs.log(await fs.removeFile("./example.txt"));
1.0.18

7 months ago

1.0.17

7 months ago

1.0.16

7 months ago

1.0.15

7 months ago

1.0.14

7 months ago

1.0.13

7 months ago

1.0.12

7 months ago

1.0.11

7 months ago

1.0.10

7 months ago

1.0.9

7 months ago

1.0.8

7 months ago

1.0.7

7 months ago

1.0.6

7 months ago

1.0.5

7 months ago

1.0.4

7 months ago

1.0.3

7 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago