File size: 173 Bytes
bc20498 |
1 2 3 4 5 6 7 |
import * as index from './index.js';
export default index.default;
export type DetectorOptions = index.DetectorOptions;
export type CustomDetector = index.CustomDetector;
|
bc20498 |
1 2 3 4 5 6 7 |
import * as index from './index.js';
export default index.default;
export type DetectorOptions = index.DetectorOptions;
export type CustomDetector = index.CustomDetector;
|