mirror of
https://github.com/servo/servo
synced 2026-04-28 18:37:39 +02:00
3 lines
54 B
Plaintext
3 lines
54 B
Plaintext
interface Util {
|
|
const DOMString hello = "world";
|
|
}; |