パッケージ: node-assert-plus (1.0.0-1)
node-assert-plus に関するリンク
Trisquel の資源:
node-assert-plus ソースパッケージをダウンロード:
- [node-assert-plus_1.0.0-1.dsc]
- [node-assert-plus_1.0.0.orig.tar.gz]
- [node-assert-plus_1.0.0-1.debian.tar.xz]
メンテナ:
Original Maintainers:
- Debian Javascript Maintainers (メールアーカイブ)
- Saurabh Agrawal
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
small wrapper over nodejs' assert module with two extra features
This library is a super small wrapper over node's assert module that has two things: (1) the ability to disable assertions with the environment variable NODE_NDEBUG, and (2) some API wrappers for argument testing. Like assert.string(myArg, 'myArg')
Node.js is an event-based server-side JavaScript engine.