UNPKG

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

4 lines 61 B
export enum Theme { Light = 'light', Dark = 'dark', }