Skip to content

Instantly share code, notes, and snippets.

View actowery's full-sized avatar

Cihan Adrian Towery actowery

View GitHub Profile
@wolfordj
wolfordj / constants.js
Last active October 10, 2021 02:34
Lodging App V2
function define(name, value) {
Object.defineProperty(exports, name, {
value: value,
enumerable: true
});
}
define("LODGING", "Lodging");
define("GUEST", "Guest");