Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

fs‑safe is a TypeScript library that wraps Node’s filesystem APIs in “safe” versions which never throw exceptions; instead they return `undefined`, `true` or `false` to indicate success or failure. It provides async and sync helpers for common file and directory operations (read/write/remove, existence checks, JSON handling, watching, etc.), targeting developers who want cleaner error handling and a non‑exception‑driven API for file‑system work.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of bconnorwhite/fs-safe

Account's avatar
bconnorwhite/dir-exists-safe
Check if a directory exists without try catch
Account's avatar
bconnorwhite/file-exists-safe
Check if a file exists without try catch
Account's avatar
bconnorwhite/make-executable
Set the executable bits on a file
Account's avatar
bconnorwhite/merge-json-file
Merge a JSON file with a JSON object
Account's avatar
bconnorwhite/read-dir-safe
Read directories recursively or non-recursively
Account's avatar
bconnorwhite/read-file-safe
Read files without try catch
Account's avatar
bconnorwhite/read-json-safe
Read JSON files without try catch
Account's avatar
bconnorwhite/remove-dir-safe
Remove directories recursively or non-recursively
Account's avatar
bconnorwhite/remove-file-safe
Remove files without try catch
Account's avatar
bconnorwhite/watch-dir-safe
Watch a directory for changes
Account's avatar
bconnorwhite/watch-file-safe
Watch a file for changes
Account's avatar
bconnorwhite/write-dir-safe
Create directories and their parents recursively
Account's avatar
bconnorwhite/write-file-safe
Write files atomically, and create parent directories if necessary
Account's avatar
bconnorwhite/write-json-safe
Write formatted JSON to a file
Account's avatar
bconnorwhite/bob
Bob is a toolkit for TypeScript projects

Support the repos that depend on this repository

Top contributors

bconnorwhite's profile
bconnorwhite
12 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
bconnorwhite

bconnorwhite/fs-safe

A simple fs wrapper that doesn't throw

TypeScript
3
0
No license