UNPKG

308 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3function getRelationPriority(relation) {
4 return {
5 parent: 0,
6 peer: 1,
7 child: 2,
8 local: 3
9 }[relation];
10}
11exports.getRelationPriority = getRelationPriority;
12//# sourceMappingURL=relation.js.map
\No newline at end of file