@respeecher/respeecher-js
Version:
[](https://buildwithfern.com?utm_source=github&utm_medium=github&utm_campaign=readme&utm_source=https%3A%2F%2Fgithub.com%2Frespeecher%2Frespeecher-js) [ • 579 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.RespeecherTimeoutError = exports.RespeecherError = void 0;
var RespeecherError_js_1 = require("./RespeecherError.js");
Object.defineProperty(exports, "RespeecherError", { enumerable: true, get: function () { return RespeecherError_js_1.RespeecherError; } });
var RespeecherTimeoutError_js_1 = require("./RespeecherTimeoutError.js");
Object.defineProperty(exports, "RespeecherTimeoutError", { enumerable: true, get: function () { return RespeecherTimeoutError_js_1.RespeecherTimeoutError; } });