Files
codeql-action/node_modules/xmlbuilder/lib/Derivation.js
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
156 B
JavaScript
Raw Normal View History

2022-08-03 13:36:23 +01:00
// Generated by CoffeeScript 1.12.7
(function() {
module.exports = {
Restriction: 1,
Extension: 2,
Union: 4,
List: 8
};
}).call(this);