@glue42/schemas
v3.22.0
Published
A collection of JSON schemas used in Glue42
Downloads
3,008
Readme
A wrapper module containing the GD3 json schemas
build
To build use some of the scripts below:
npm run build
using
Import, instantiate and use getter properties on the instance.
import {GlueDesktopSchemas} from "tick42-glue-desktop-schemas";
const schemas = new GlueDesktopSchemas();
const appSch = JSON.parse(schemas.application);