An open API service indexing awesome lists of open source software.

https://github.com/ruliareader/package.types

This is the npm package that provides type definition of Rulia built-in functions for the Rulia plugins.
https://github.com/ruliareader/package.types

manga reader rulia typescript

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

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

1. Install:

```
npm install @rulia/types --save-dev
```

2. Update your `tsconfig.json`:

```json
{
"compilerOptions": {
"types": [
"@rulia/types"
]
}
}
```

3. From now on the editor you are using should give you code hint when you call something under `window.Rulia`.