[ ソース: 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.