MCPcopy Create free account
hub / github.com/svg/svgo / stringifyInstruction

Function stringifyInstruction

lib/stringifier.js:163–167  ·  view source on GitHub ↗
(node, config)

Source from the content-addressed store, hash-verified

161 * @returns {string}
162 */
163const stringifyInstruction = (node, config) => {
164 return (
165 config.procInstStart + node.name + ' ' + node.value + config.procInstEnd
166 );
167};
168
169/**
170 * @param {import('./types.js').XastComment} node

Callers 1

stringifyNodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected