1
0
mirror of https://github.com/S2-/minifyfromhtml.git synced 2025-08-02 12:00:03 +02:00
Files
minifyfromhtml/node_modules/tr46/lib/statusMapping.js
2022-08-20 18:51:33 +02:00

12 lines
180 B
JavaScript

"use strict";
module.exports.STATUS_MAPPING = {
mapped: 1,
valid: 2,
disallowed: 3,
disallowed_STD3_valid: 4,
disallowed_STD3_mapped: 5,
deviation: 6,
ignored: 7
};