Template/types/GM_getValue.d.js

8 lines
111 B
JavaScript
Raw Permalink Normal View History

2024-12-20 22:14:36 +00:00
/**
* @param {string} storageKey
* @returns {string}
*/
function GM_getValue(storageKey) {
return '';
}