Showing 1-20 of 2,369 packages
Typed async readFile function
TypeScript definitions for fs-readfile-promise
Promise version of fs.readFile
Test if value is valid for fs.readFile option
Example: ```ts import { readFile } from "fs/promises"; import { Litematic } from '@kleppe/litematic-reader'
Easily read/write JSON files.
Github API wrapper to writeFile and readFile
Don't let fs.readFile throw because buffer is too big on v4.x
Read the entire contents of a file.
Filesystem utilities for Quansync
An ini encoder/decoder for node
fs writeFile,readFile
Promisify a callback-style function
Allows users to use generators in order to write common functions that can be both sync or async.
Convert callbacks to promises.
Transformations for working with files
```js test('buffer', async t => { const readFile = possify(util.promisify(fs.readFile)) const index = await readFile('./index.js', {}) t.is(true, Buffer.isBuffer(index)) })
A typescript implementation of Rust's Result and Option objects.
VSCode TextMate grammar helpers
Resole and parse `tsconfig.json`, replicating to TypeScript's behaviour