[ 原始碼: node-is-module ]
套件:node-is-module(1.0.0-4)
node-is-module 的相關連結
Debian 的資源:
下載原始碼套件 node-is-module:
- [node-is-module_1.0.0-4.dsc]
- [node-is-module_1.0.0.orig.tar.gz]
- [node-is-module_1.0.0-4.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
Node.js code to check if a string is an ES6 module
This simple code checks whether a string is the source of an ES6 module. It doesn't actually execute the code and doesn't check other module types, so source strings without module loaders aren't recognized as modules.
Node.js is an event-based server-side JavaScript engine.