Graduation / ui /node_modules /rw /test /encode-object-async
DuyTa's picture
Upload folder using huggingface_hub
bc20498 verified
raw
history blame
179 Bytes
#!/usr/bin/env node
var rw = require("../").dash;
rw.writeFile(process.argv[2] || "-", "gréén\n", {encoding: process.argv[3]}, function(error) {
if (error) throw error;
});