export-files:用于将文件目录导出为模块的node.js实用程序

时间:2024-06-01 22:59:25
【文件属性】:

文件名称:export-files:用于将文件目录导出为模块的node.js实用程序

文件大小:15KB

文件格式:ZIP

更新时间:2024-06-01 22:59:25

nodejs javascript export files node

导出文件 用于将文件目录导出为模块的node.js实用程序。 请考虑关注该项目的作者 ,并考虑为该项目以显示您的 :red_heart: 和支持。 安装 使用安装(需要 > = 10): $ npm install --save export-files 小心! 当前,该库仅与require 。 用法 指定包含要导出文件的目录: 例子 鉴于__dirname具有三个文件a.js , b.js和c.js : module . exports = require ( 'export-files' ) ( __dirname ) ; //=> { a: [getter], b: [getter], c: [getter] } 第二个要素可能是要初始化的对象。 当您要使用导出文件扩展现有对象时,此功能很有用。 const utils = { } ; utils . doSomething = ( )


【文件预览】:
export-files-master
----.gitattributes(127B)
----.github()
--------workflows()
----.verb.md(3KB)
----utils.js(2KB)
----LICENSE(1KB)
----test()
--------fixtures()
--------test.js(2KB)
--------utils.js(574B)
----README.md(7KB)
----.editorconfig(173B)
----.gitignore(110B)
----index.js(3KB)
----package.json(1KB)

网友评论