1.0.1 • Published 3 years ago

skynet-types v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Skynet Types

npm

TypeScript definitions for skynet standard library

Installation

NOTE: In most of cases your environment-specific types would already include this package. In that case you don't need to do anything. If you're a developer of such types you should add skynet-types as a dependency and load it by adding /// <reference types="lua-types/<version>" />

  1. Get this package from npm
npm install -D skynet-types
  1. Modify your tsconfig.json
{
  "compilerOptions": {
+    "types": ["skynet/index"]
  }
}