UNPKG

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

10 lines (9 loc) 143 B
class Service { /** * @param client */ constructor(client) { this.client = client; } } module.exports = Service;