UNPKG

140 BJavaScriptView Raw
1
2/**
3 * Export lib/node-rules
4 *
5 */
6
7(function() {
8 'use strict';
9
10 module.exports = require('./lib/node-rules');
11}(module.exports));
\No newline at end of file