1.0.2 • Published 3 years ago

@tomiolah1998/ts-xml v1.0.2

Weekly downloads
-
License
WTFPL
Repository
github
Last release
3 years ago

ts-xml

A Typescript interface (class-based and functional) for building XML documents.

Usage:

  1. Import either the OOP, or the functional variant:
import { OOPXMLNode as XMLNode } from '@tomiolah1998/ts-xml'; // OOP
import { FunctionalXMLNode as XMLNode } from '@tomiolah1998/ts-xml'; // Functional

// types - if needed
import {
  XMLAttributeValue,
  XMLAttributes,
  XMLNodeType,
} from '@tomiolah1998/ts-xml';
1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago