@a11ywatch/core
Version:
a11ywatch central API
8 lines • 477 B
JavaScript
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
;