mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 23:38:38 +09:00
3 lines
54 B
Text
3 lines
54 B
Text
|
|
interface Util {
|
||
|
|
const DOMString hello = "world";
|
||
|
|
};
|