Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
function
attrString(attrs) {
2
const
buff = []
3
for
(
let
key in attrs) {
4
buff.push(key +
'="'
+ attrs[key] +
'"'
)
Callers
nothing calls this directly
Calls
1
stringify
Function · 0.70
Tested by
no test coverage detected