Template/types/GM_setValue.d.js

6 lines
106 B
JavaScript
Raw Permalink Normal View History

2024-12-20 22:14:36 +00:00
/**
* @param {string} storageKey
* @param {string} value
*/
function GM_setValue(storageKey, value) {}