Template/types/GM_setValue.d.js
2024-12-21 00:25:32 +01:00

5 lines
106 B
JavaScript

/**
* @param {string} storageKey
* @param {string} value
*/
function GM_setValue(storageKey, value) {}