| 1 | import * as faceapi from '../../../src'; |
| 2 | import { describeWithNets, expectAllTensorsReleased, assembleExpectedFullFaceDescriptions, ExpectedFullFaceDescription, describeWithBackend } from '../../utils'; |
| 3 | import { TinyFaceDetectorOptions } from '../../../src'; |
| 4 | import { expectFaceDetections } from '../../expectFaceDetections'; |
nothing calls this directly
no test coverage detected