Search
@stdlib/fs-read-file
Read the entire contents of a file.
v0.2.2 URL:
https://unpkg.com/@stdlib/fs-read-file@0.2.2/lib/index.js
Open
Browse Files
stdlib
stdfs
fs
readfile
readfilesync
path
async
sync
file
read
open
filesystem
read-file
Thin wrapper around fs.readFile and fs.readFileSync that also strips byte order marks when `utf8` encoding is chosen. Also optionally replaces windows newlines with unix newlines.
v0.2.0 URL:
https://unpkg.com/read-file@0.2.0/index.js
Open
Browse Files
bom
file
fs
path
read
util
readfile
readfilesync
@stdlib/fs-read-json
Read a file as JSON.
v0.2.2 URL:
https://unpkg.com/@stdlib/fs-read-json@0.2.2/lib/index.js
Open
Browse Files
stdlib
stdfs
fs
readfile
readfilesync
path
async
sync
file
read
open
filesystem
json
@stdlib/fs-read-wasm
Read a file as WebAssembly.
v0.2.2 URL:
https://unpkg.com/@stdlib/fs-read-wasm@0.2.2/lib/index.js
Open
Browse Files
stdlib
stdfs
fs
readfile
readfilesync
path
async
sync
file
read
open
filesystem
wasm
webassembly
@stdlib/fs-read-file-list
Read the entire contents of each file in a file list.
v0.2.2 URL:
https://unpkg.com/@stdlib/fs-read-file-list@0.2.2/lib/index.js
Open
Browse Files
stdlib
stdfs
fs
readfile
readfilesync
path
async
sync
file
read
open
filesystem
list
multiple
concurrent
parallel