Skip to content

@aelionsdk/core

Shared time, diagnostics, JSON and resource-lifecycle primitives for AelionSDK.

Terminal window
npm install @aelionsdk/core

latest currently resolves to 1.2.0. Most applications receive these types through @aelionsdk/sdk; direct use is intended for extensions and custom engine hosts.

  • integer-microsecond time and rational frame/sample conversion;
  • AelionError and structured diagnostics;
  • JSON value types;
  • disposable and resource-tracking utilities.

Keep time values in integer microseconds at public boundaries, and preserve diagnostic codes when wrapping errors so applications can recover deterministically.

See the time model and API reference. Licensed under MIT.