@labb/constellation-core-types
v24.2.15
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 @labb/constellation-core-typesVersioning 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/@labb"
]
}
}API documentation
For detailed documentation, see the API specification.
