node-appwrite
Version:
Appwrite is an open-source self-hosted backend server that abstract and simplify complex and repetitive development tasks behind a very simple REST API
19 lines (17 loc) • 366 B
text/typescript
declare enum Framework {
Analog = "analog",
Angular = "angular",
Nextjs = "nextjs",
React = "react",
Nuxt = "nuxt",
Vue = "vue",
Sveltekit = "sveltekit",
Astro = "astro",
Remix = "remix",
Lynx = "lynx",
Flutter = "flutter",
Reactnative = "react-native",
Vite = "vite",
Other = "other"
}
export { Framework };