This repository has been archived on 2022-08-19. You can view files and clone it, but cannot push or open issues or pull requests.
hydrogen-web/src/matrix/room/timeline/common.js
2019-06-02 19:27:23 +02:00

3 lines
77 B
JavaScript

export function isValidFragmentId(id) {
return typeof id === "number";
}