utaformatix-data
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i utaformatix-data

Weekly Downloads

82

Version

1.1.0

License

Apache-2.0 license

Unpacked Size

13.4 kB

Total Files

38

Last publish

Collaborators

  • sdercolin