@ntf/xml
v0.1.1
Published
Another XML library
Readme
@ntf/xml
Another XML library
Why
Because I like reinventing the wheel :)
Installation
Use your favourite package manager, idk
npm install @ntf/xmlyarn add @ntf/xmlpnpm install @ntf/xmlUsage
Importing
This library can be used in CommonJS and ESModule environments
const { ... } = require("@ntf/xml");import { ... } from "@ntf/xml";License stuff that nobody reads
Just like any Open Source Project this has a License, the MIT License
