MCPcopy Index your code
hub / github.com/totaljs/framework / wrap

Function wrap

image.js:729–731  ·  view source on GitHub ↗
(command, empty)

Source from the content-addressed store, hash-verified

727};
728
729function wrap(command, empty) {
730 return (empty ? ' ' : '') + (command === '-' ? command : (D + command.replace(REGEXP_ESCAPE, '') + D));
731}
732
733exports.Image = Image;
734exports.Picture = Image;

Callers 1

image.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected