@typescale/constellation-core-types
v23.1.2
Published
TypeScript definition files for ConstellationJS from Pega
Maintainers
Readme
Summary
Addition of type definitions for the @pega/constellationjs package for use in TypeScript projects. For detailed documentation, see the API specification.
Installation
npm install @typescale/[email protected]Versioning is in sync with the @pega/constellationjs package.
Usage
Add the type definition to the typeRoots of the tsconfig.json to be able to get TypeScript support.
{
"compilerOptions": {
"typeRoots": [
"node_modules/@types",
"node_modules/@typescale"
]
}
}API documentation
For detailed documentation, see the API specification.
