(str)
| 116 | }); |
| 117 | |
| 118 | function strip(str) { |
| 119 | str = str || ''; |
| 120 | return str.replace(/^\s+|\s+$/g, ''); |
| 121 | } |
| 122 | |
| 123 | Module.load = function (modulePath, /* optional */ opts) { |
| 124 |
no outgoing calls
no test coverage detected
searching dependent graphs…