Skip to content

Changelog

08-10-2024

  • Added Typescript support to the runtime. This includes the type definition, which can be used in your file via:
/// <reference path="global.d.ts" />

Note: This is not being distributed with the package, so you will need to add it to your project manually.