sparkletown/sparkle

View on GitHub
functions/taxonomy.js

Summary

Maintainability
A
0 mins
Test Coverage
// Temporary place as a reference for UI/UX taxonomy
// (will make it easy to find occurrences)
// until more comprehensive solution is available

exports.ROOM_TAXON = Object.freeze({
  capital: "Portal",
  lower: "portal",
  upper: "PORTAL",
});