mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-28 05:55:15 +01:00
4 lines
77 B
JavaScript
4 lines
77 B
JavaScript
|
export function isValidFragmentId(id) {
|
||
|
return typeof id === "number";
|
||
|
}
|