@dcl/js-runtime
v7.20.0
Published
JavaScript runtime definitions for Decentraland environments
Readme
@dcl/js-runtime
TypeScript definitions for the Decentraland scene runtime environment.
Overview
This package provides TypeScript type definitions for the Decentraland scene runtime environment. It includes:
- Type definitions for Web APIs (fetch, WebSocket)
- Auto-generated SDK/API type definitions
- Basic runtime types (console, DEBUG flag)
This package does not contain any JavaScript runtime code - it only provides TypeScript types and interfaces used by the SDK and scene developers.
Installation
npm install --save-dev @dcl/js-runtimeDevelopment
The types in this package are auto-generated during the monorepo's build process:
# From the root of the monorepo
make buildThe generated types will be available in apis.d.ts.
