blaze-domain
v3.0.0-Alpha5
Published
A Typescript/JS runtime for Blaze-Domain
Downloads
23
Readme
Blaze-Domain Typescript Runtime
This is a typescript runtime implementation of Blaze-Domain.
Installation
npm install blaze-domain
Usage
You can parse the JSON representation into a domain model.
import * as domain from 'blaze-domain';
let domainModel = domain.DomainModel.parse(jsonPayload);
Licensing
This distribution, as a whole, is licensed under the terms of the Apache License, Version 2.0 (see LICENSE.txt).
References
Project Site: https://domain.blazebit.com (coming at some point)