Skip to content

Bunland/fs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.openFile("./example.txt"));
fs.log(await fs.removeFile("./example.txt"));

Releases

No releases published

Packages

No packages published
  NODES
COMMUNITY 1
Project 3
USERS 1