5 lines
109 B
JavaScript
5 lines
109 B
JavaScript
/**
|
|
* @type {Map<string, (section: HTMLElement) => void}
|
|
*/
|
|
export const moderatorPageScripts = new Map();
|