index.js 625 B

123456789101112
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", { value: true });
  3. var tslib_1 = require("tslib");
  4. tslib_1.__exportStar(require("./allFaces"), exports);
  5. tslib_1.__exportStar(require("./ComposableTask"), exports);
  6. tslib_1.__exportStar(require("./ComputeFaceDescriptorsTasks"), exports);
  7. tslib_1.__exportStar(require("./detectFaces"), exports);
  8. tslib_1.__exportStar(require("./DetectFacesTasks"), exports);
  9. tslib_1.__exportStar(require("./DetectFaceLandmarksTasks"), exports);
  10. tslib_1.__exportStar(require("./FaceMatcher"), exports);
  11. tslib_1.__exportStar(require("./nets"), exports);
  12. //# sourceMappingURL=index.js.map