UNPKG

@a11ywatch/core

Version:
8 lines 477 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.stripe = exports.imageDetect = void 0; var image_detect_1 = require("./image-detect"); Object.defineProperty(exports, "imageDetect", { enumerable: true, get: function () { return image_detect_1.imageDetect; } }); var stripe_1 = require("./stripe"); Object.defineProperty(exports, "stripe", { enumerable: true, get: function () { return stripe_1.stripe; } }); //# sourceMappingURL=index.js.map