6 lines
211 B
TypeScript
6 lines
211 B
TypeScript
export declare const seekInfiniteLoopDetectionState: () => {
|
|
registerSeek: (byte: number) => void;
|
|
reset: () => void;
|
|
};
|
|
export type SeekInfiniteLoop = ReturnType<typeof seekInfiniteLoopDetectionState>;
|