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