0.2.0 • Published 9 months ago

@violentmonkey/types v0.2.0

Weekly downloads
-
License
ISC
Repository
github
Last release
9 months ago

@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 a .d.ts file.

For example, create src/vm.d.ts with the following content:

import '@violentmonkey/types';

Make sure the .d.ts file is included in your tsconfig.json.

0.2.0

9 months ago

0.1.9

12 months ago

0.1.8

1 year ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago