0.6.0 • Published 1 month ago

@rulia/types v0.6.0

Weekly downloads
-
License
-
Repository
github
Last release
1 month ago

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

1 month ago

0.5.0

2 months ago

0.4.0

3 months ago

0.3.0

3 months ago

0.2.0

3 months ago

0.1.1

7 months ago

0.1.0

7 months ago