[ 原始碼: node-is-valid-glob ]
套件:node-is-valid-glob(1.0.0-5)
node-is-valid-glob 的相關連結
Debian 的資源:
下載原始碼套件 node-is-valid-glob:
- [node-is-valid-glob_1.0.0-5.dsc]
- [node-is-valid-glob_1.0.0.orig.tar.gz]
- [node-is-valid-glob_1.0.0-5.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
Return true if a value is a valid glob pattern or patterns
This really just checks to make sure that a pattern is either a string or array, and if it's an array it's either empty or consists of only strings.
Node.js is an event-based server-side JavaScript engine.