6 lines
116 B
TypeScript
6 lines
116 B
TypeScript
|
async function initializeScripts() {
|
||
|
console.debug('Initializing content scripts!');
|
||
|
}
|
||
|
|
||
|
void initializeScripts();
|