UNPKG

node-appwrite

Version:

Appwrite is an open-source self-hosted backend server that abstracts and simplifies complex and repetitive development tasks behind a very simple REST API

10 lines (9 loc) 240 B
// src/enums/theme.ts var Theme = /* @__PURE__ */ ((Theme2) => { Theme2["Light"] = "light"; Theme2["Dark"] = "dark"; return Theme2; })(Theme || {}); export { Theme }; //# sourceMappingURL=out.js.map //# sourceMappingURL=theme.mjs.map