mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-19 20:08:20 -07:00
15 lines
240 B
Plaintext
15 lines
240 B
Plaintext
|
Foo
|
||
|
Foo.Bar
|
||
|
Baz.Foobar_42
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
[
|
||
|
["constant", "Foo"],
|
||
|
["constant", "Foo.Bar"],
|
||
|
["constant", "Baz.Foobar_42"]
|
||
|
]
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
Checks for constants.
|