UNPKG

node-red-contrib-require

Version:
8 lines (6 loc) 304 B
<script type="text/html" data-help-name="require"> <p>Require a module.</p> <p>For third party module, please <code>npm install third-party-module</code> first.</p> <p>For local module, use path to require it.</p> <p>The module must comply with the CommonJS specification.</p> </script>