All files / lib 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 });
var FriendlyPhrase_1 = require("./FriendlyPhrase");
exports.phrase = FriendlyPhrase_1.phrase;
exports.setSeed = FriendlyPhrase_1.setSeed;
exports.resetSeed = FriendlyPhrase_1.resetSeed;
//# sourceMappingURL=index.js.map