This is a typescript runtime implementation of Blaze-Domain.
npm install blaze-domain
You can parse the JSON representation into a domain model.
import * as domain from 'blaze-domain';
let domainModel = domain.DomainModel.parse(jsonPayload);
This distribution, as a whole, is licensed under the terms of the Apache License, Version 2.0 (see LICENSE.txt).
Project Site: https://domain.blazebit.com (coming at some point)