MCPcopy
hub / github.com/SparkPost/heml / removeProcessingIds

Function removeProcessingIds

packages/heml-inline/src/removeProcessingIds.js:5–7  ·  view source on GitHub ↗

* remove all ids used for processing only * @param {Cheerio} $

($)

Source from the content-addressed store, hash-verified

3 * @param {Cheerio} $
4 */
5function removeProcessingIds ($) {
6 $('[id^="heml-"]').removeAttr('id')
7}
8
9export default removeProcessingIds

Callers 1

inlineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected