Convert callbacks to promises.
Electron utililties, like readfile, etc.
const loadMarkdown = require("./loadMarkdown.js"); const util = require("util"); const fs = require("fs"); const readFile = util.promisify(fs.readFile);
Transformations for working with files
Generic bash tool for AI agents, compatible with AI SDK
In-memory filesystem with Node.js fs-compatible API
let you readFile from web just like fs.readFile
A typescript implementation of Rust's Result and Option objects.
Core types and helpers for Codama renderers to use
A remark plugin for converting frontmatter metadata into MDX exports
VSCode TextMate grammar helpers
Resole and parse `tsconfig.json`, replicating to TypeScript's behaviour
A small helper function to bridge the gap when returning a promise from a function that takes a callback
readfile node js
Electron utililties, like readfile, etc.
const loadMarkdown = require("./loadMarkdown.js"); const util = require("util"); const fs = require("fs"); const readFile = util.promisify(fs.readFile);
Snapshotable JavaScript runtime via WebAssembly. QuickJS-NG compiled to WASM with snapshot/restore support.
utilities for jsrsasign (kjur.github.io/jsrsasign) such like file utilities
fs.readFile() using the directory index as a fallback
promise readfileStream
Converter for OData annotations in XML format.
Securely interact with the file system.
<img src="http://craydent.com/JsonObjectEditor/img/svgs/craydent-logo.svg" width=75 height=75/>
Monkey patches for file system related things.