文件名称:glob-parent:从全局字符串中提取非魔术父路径
文件大小:10KB
文件格式:ZIP
更新时间:2024-06-01 03:03:06
JavaScript
全球父母 从全局字符串中提取非魔术父路径。 用法 var globParent = require ( 'glob-parent' ) ; globParent ( 'path/to/*.js' ) ; // 'path/to' globParent ( '/root/path/to/*.js' ) ; // '/root/path/to' globParent ( '/*.js' ) ; // '/' globParent ( '*.js' ) ; // '.' globParent ( '**/*.js' ) ; // '.' globParent ( 'path/{to,from}' ) ; // 'path' globParent ( 'path/!(to|from)' ) ; // 'path' globParent ( 'path/?(to|from)' ) ; // 'pa
【文件预览】:
glob-parent-main
----.gitignore(655B)
----.eslintrc(24B)
----package.json(1KB)
----LICENSE(857B)
----index.js(1KB)
----CHANGELOG.md(5KB)
----.github()
--------workflows()
----.prettierignore(23B)
----README.md(4KB)
----.gitattributes(110B)
----test()
--------.gitkeep(0B)
--------index.test.js(8KB)
----.editorconfig(215B)