MCPcopy Create free account
hub / github.com/HenrikJoreteg/html-parse-stringify / stringify.js

File stringify.js

src/stringify.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1function attrString(attrs) {
2 const buff = []
3 for (let key in attrs) {
4 buff.push(key + '="' + attrs[key] + '"')

Callers

nothing calls this directly

Calls 1

stringifyFunction · 0.70

Tested by

no test coverage detected