skynet-types
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

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"]
  }
}

Readme

Keywords

Package Sidebar

Install

npm i skynet-types

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

7.62 kB

Total Files

5

Last publish

Collaborators

  • toothpick2mins