Tag.hx 103 B

123456
  1. //Under GNU AGPL v3, see LICENCE
  2. package m;
  3. typedef Tag = {
  4. var tags: Map<String, {order: Int}>;
  5. }