aboutsummaryrefslogtreecommitdiffstats
path: root/vanilla/node_modules/tr46/lib/statusMapping.js
blob: e5399be4ab73c9d4a9934f8b0c3f84588828ff2b (plain) (blame)
1
2
3
4
5
6
7
8
9
"use strict";

module.exports.STATUS_MAPPING = {
  mapped: 1,
  valid: 2,
  disallowed: 3,
  deviation: 6,
  ignored: 7
};