All files index.js

100% Statements 5/5
100% Branches 0/0
100% Functions 0/0
100% Lines 5/5
1 2 3 4 5 6 7  2x 2x 2x 2x 2x  
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const hotp_1 = require("./hotp");
exports.hotp = hotp_1.default;
const totp_1 = require("./totp");
exports.totp = totp_1.default;