vinyl-to-object:将虚拟文件格式存储为常规对象

时间:2024-07-15 23:49:33
【文件属性】:

文件名称:vinyl-to-object:将虚拟文件格式存储为常规对象

文件大小:4KB

文件格式:ZIP

更新时间:2024-07-15 23:49:33

JavaScript

乙烯基到物体 将虚拟文件格式存储为常规对象 安装 npm install --save vinyl-to-object 例子 var File = require ( 'vinyl' ) ; var copy = require ( 'vinyl-to-object' ) ; var file = new File ( { cwd : 'test' , base : 'test' , path : '/test/test.txt' , contents : new Buffer ( 'unicorn' ) } ) ; var duplicatedFile = copy ( file ) ; 选择 文件 类型: vinyl file 要转换的乙烯基文件 执照 麻省理工学院 :copyright:


【文件预览】:
vinyl-to-object-master
----.jshintrc(334B)
----.gitignore(69B)
----package.json(611B)
----.travis.yml(67B)
----index.js(266B)
----test.js(723B)
----Readme.md(652B)
----license(1KB)
----.editorconfig(226B)

网友评论