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