Common Typescript elements for the Cubitt framework.
A package that provides common components for usage across the cubitt framework.
<string to any>
dictionaryInstall the package and then use it in your code.
npm install cubitt-common --save-dev
import * as Common from "cubitt-common";
To get started:
npm run dev
To run the unit tests:
npm run test
To generate a test coverage report:
npm run test-coverage
To generate documentation:
npm run typedoc
Generated using TypeDoc