-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Currently planned API's:
this list should be expanded upon on the fly
Sable.
fs-
readFile– read file and returnUint8Array -
readTextFile– read file and returnstring -
writeFile– write file usingUint8Array -
writeTextFile– write file usingstring -
removeFile- delete file -
removeDirectory- delete directory -
copyFile- copy file -
copyDirectory- copy directory -
moveFile- move/rename file -
moveDirectory- move/rename directory -
makeDirectory- create a new directory -
makeFile- create a new file -
makeTempDirectory- create a new temporary directory in/tmp -
makeTempFile- create a new temp file in/tmp -
watch- create iterable which yields changes in file system
-
io-
read– read from resource id into givenUint8Array -
write– async write to resource id usingUint8Array -
stdin– interface for working with standard input -
stdout– interface for working with standard output -
stderr– interface for working with standard error output
-
testing-
test- test runner -
bench- benchmark runner
-
Metadata
Metadata
Assignees
Labels
No labels