1.1.0 • Published 1 year ago

utaformatix-data v1.1.0

Weekly downloads
-
License
Apache-2.0 licens...
Repository
github
Last release
1 year ago

UtaFormatix Data in TypeScript

npm version

TypeScript definitions of UtaFormatix Data Format.

Install

This package is published on npm.

npm install utaformatix-data --save

Example

import { UfData, UtaFormatixDataVersion } from "utaformatix-data";

const jsonString = `...` // load from somewhere
const ufdata = JSON.parse(jsonString) as UfData;

console.log(ufdata.version); // version of the data loaded
console.log(UtaFormatixDataVersion); // version of the format used by current library version
console.log(ufdata.project.title); // access members
1.1.0

1 year ago

1.0.0

1 year ago