Spaces:
No application file
No application file
File size: 233 Bytes
c20f20c | 1 2 3 4 5 | // Copied and adjusted from html-parse-stringify (MIT) https://github.com/HenrikJoreteg/html-parse-stringify/commit/ce46022f537ef9b050fac592f9fcc30bf838e5ba
export { parse } from './parse'
export { stringifyDoc } from './stringify'
|