UNPKG
node-2fa
Version:
latest (2.0.3)
2.0.3
2.0.2
2.0.1
2.0.0
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0
Easy 2-Factor Integration For Node.js
github.com/jeremyscalpello/node-2fa
jeremyscalpello/node-2fa
node-2fa
/
dist
/
interfaces.d.ts
5 lines
(4 loc)
•
68 B
TypeScript
View Raw
1
2
3
4
5
export
interface
Options
{
name
:
string
;
account
:
string
; }