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

0.1.7 • Public • Published

@violentmonkey/types

NPM License Downloads

Type declaration for GM_* APIs in Violentmonkey.

The APIs should be almost the same as those in Tampermonkey, so @types/tampermonkey should also work.

Installation

$ npm i @violentmonkey/types

Add @violentmonkey/types to your tsconfig.json:

{
  "include": [
    "other paths...",
    "node_modules/@violentmonkey/types"
  ]
}

Package Sidebar

Install

npm i @violentmonkey/types

Weekly Downloads

71

Version

0.1.7

License

ISC

Unpacked Size

18.9 kB

Total Files

3

Last publish

Collaborators

  • vm-dev
  • gera2ld