0.2.0 • Published 1 year ago
@violentmonkey/types v0.2.0
@violentmonkey/types
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/typesAdd @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.