xml-stringify
TypeScript icon, indicating that this package has built-in type declarations

3.1.0 • Public • Published

xml-stringify test

Stringify AST built with segmentio/xml-parser.

Usage

import parse from 'xml-parser';
import stringify from 'xml-stringify';

const ast = parse('<foo>Foo!</foo>');
const xml = stringify(ast);

console.log(xml);

License

MIT © Shogo Sensui

Dependencies (0)

    Dev Dependencies (4)

    Package Sidebar

    Install

    npm i xml-stringify

    Weekly Downloads

    116

    Version

    3.1.0

    License

    MIT

    Unpacked Size

    5.88 kB

    Total Files

    5

    Last publish

    Collaborators

    • 1000ch