UNPKG

@toil/gm-types

Version:

All-in-One GM API types (Greasemonkey, Tampermonkey, Violentmonkey and etc)

9 lines (7 loc) 211 B
import type { KeysOrDefaultValue } from "../utils"; export type GMAddValueChangeCallback = ( name: string, oldValue: KeysOrDefaultValue, newValue: KeysOrDefaultValue, remote: boolean ) => void;