UNPKG

mock-violentmonkey

Version:

Mock violentmonkey's globals for testing userscripts

4 lines (3 loc) 136 B
type AddStyle = (css: string) => HTMLStyleElement; declare const addStyle: AddStyle; export { addStyle as GM_addStyle, type AddStyle };