@rulia/types
TypeScript icon, indicating that this package has built-in type declarations

0.6.0 • Public • Published

@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.

Package Sidebar

Install

npm i @rulia/types

Weekly Downloads

1

Version

0.6.0

License

none

Unpacked Size

10.2 kB

Total Files

3

Last publish

Collaborators

  • pwch