index.js 942 B

123456789101112131415161718
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", { value: true });
  3. var tslib_1 = require("tslib");
  4. tslib_1.__exportStar(require("./BoundingBox"), exports);
  5. tslib_1.__exportStar(require("./Box"), exports);
  6. tslib_1.__exportStar(require("./Dimensions"), exports);
  7. tslib_1.__exportStar(require("./FaceDetection"), exports);
  8. tslib_1.__exportStar(require("./FaceLandmarks"), exports);
  9. tslib_1.__exportStar(require("./FaceLandmarks5"), exports);
  10. tslib_1.__exportStar(require("./FaceLandmarks68"), exports);
  11. tslib_1.__exportStar(require("./FaceMatch"), exports);
  12. tslib_1.__exportStar(require("./LabeledBox"), exports);
  13. tslib_1.__exportStar(require("./LabeledFaceDescriptors"), exports);
  14. tslib_1.__exportStar(require("./ObjectDetection"), exports);
  15. tslib_1.__exportStar(require("./Point"), exports);
  16. tslib_1.__exportStar(require("./PredictedBox"), exports);
  17. tslib_1.__exportStar(require("./Rect"), exports);
  18. //# sourceMappingURL=index.js.map