MCPcopy Create free account
hub / github.com/play-co/devkit / strip

Function strip

src/modules/Module.js:118–121  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

116});
117
118function strip(str) {
119 str = str || '';
120 return str.replace(/^\s+|\s+$/g, '');
121}
122
123Module.load = function (modulePath, /* optional */ opts) {
124

Callers 1

Module.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…