Skip to content

This is the npm package that provides type definition of Rulia built-in functions for the Rulia plugins.

Notifications You must be signed in to change notification settings

RuliaReader/package.types

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This is the npm package that provides type definition of Rulia built-in functions for the Rulia plugins.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published