@rulia/types
v0.6.0
Published
This package provides the type definition for developing Rulia plugins.
Downloads
9
Readme
@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
- Install:
npm install @rulia/types --save-dev
- Update your
tsconfig.json
:
{
"compilerOptions": {
"types": [
"@rulia/types"
]
}
}
- From now on the editor you are using should give you code hint when you call something under
window.Rulia
.