UNPKG

511 BSource Map (JSON)View Raw
1{"version":3,"file":"relation.js","sourceRoot":"","sources":["relation.ts"],"names":[],"mappings":";;AAEA,SAAgB,mBAAmB,CAAE,QAAkB;IACrD,OAAO;QACL,MAAM,EAAE,CAAC;QACT,IAAI,EAAE,CAAC;QACP,KAAK,EAAE,CAAC;QACR,KAAK,EAAE,CAAC;KACT,CAAC,QAAQ,CAAC,CAAA;AACb,CAAC;AAPD,kDAOC","sourcesContent":["export type Relation = 'parent' | 'child' | 'peer' | 'local'\n\nexport function getRelationPriority (relation: Relation): number {\n return {\n parent: 0,\n peer: 1,\n child: 2,\n local: 3\n }[relation]\n}\n"]}
\No newline at end of file