import { compareIdentifiers } from './compareIdentifiers' export function rcompareIdentifiers (a, b) { return compareIdentifiers(b, a) }