8 lines
238 B
TypeScript
8 lines
238 B
TypeScript
import { OrtConfigurer } from "./common";
|
|
export * from "./common";
|
|
export { SileroLegacy } from "./legacy";
|
|
export { SileroV5 } from "./v5";
|
|
export type OrtOptions = {
|
|
ortConfig?: OrtConfigurer;
|
|
};
|
|
//# sourceMappingURL=index.d.ts.map
|