UNPKG

@squeep/totp

Version:

A minimal TOTP/HOTP helper.

6 lines (5 loc) 98 B
'use strict'; module.exports = { HOTP: require('./lib/hotp'), TOTP: require('./lib/totp'), };