Core/Packages/Runtime Core/Installation
@sigx/runtime-core · Stable

Installation#

Add @sigx/runtime-core to your project.

Install the package#

Terminal
pnpm add @sigx/runtime-core

Verify#

TSX
import * as RuntimeCore from '@sigx/runtime-core';

console.log(Object.keys(RuntimeCore));