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

5 lines (4 loc) 100 B
const AuthenticatorType = Object.freeze({ Totp: 'totp' }); module.exports = AuthenticatorType;