文件名称:os-file-stream-handler-npm:该模块包含读写和对文件的更高级的操作
文件大小:6KB
文件格式:ZIP
更新时间:2024-06-12 02:47:06
files npm filestream writefilesync readfiles
介绍 该模块包含对文件的读/写和更多高级操作 安装 通过npm安装: npm i os - file - stream - handler 用法 需要fsh: var fsh = require ( "os-file-stream-handler" ) 功能和签名: /** * Will read a file into an array of lines * * @param filePath -> the path to the file */ readFile : function ( filePath ) { return new Promise ( function ( resolve , reject ) { let lineReader = require ( 'readline' ) . createInterface ( {
【文件预览】:
os-file-stream-handler-npm-master
----index.js(12KB)
----package.json(307B)
----README.md(11KB)