Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 460 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 460 Bytes

@rulia/types

This package provides the type definition of the interaction functions for Rulia plugins.

If you don't use TypeScript, please ignore it.

Quick start

  1. Install:
npm install @rulia/types --save-dev
  1. Update your tsconfig.json:
{
  "compilerOptions": {
    "types": [
      "@rulia/types"
    ]
  }
}
  1. From now on the editor you are using should give you code hint when you call something under window.Rulia.