Skip to content
This repository has been archived by the owner on Jul 11, 2019. It is now read-only.

WarpWorks/core

Repository files navigation

WarpWorks Core

Core library for handling WarpWorks data model.

Install

npm install --save @warp-works/core

Usage

const warpCore = require('@warp-works/core');

console.log(warpCore.version);

const domain = warpCore.getDomainByName('SomeDomain');
const entity = domain.getEntityByName('EntityName');