Skip to content

1000ch/xmlfmt

Repository files navigation

xmlfmt test

Format XML string.

Install

npm install xmlfmt

Usage

const xmlfmt = require('xmlfmt');

xmlfmt('<foo>Foo!</foo>');

License

MIT © Shogo Sensui