You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Derivation.js 155B

12345678910
  1. // Generated by CoffeeScript 2.4.1
  2. (function() {
  3. module.exports = {
  4. Restriction: 1,
  5. Extension: 2,
  6. Union: 4,
  7. List: 8
  8. };
  9. }).call(this);