UNPKG

326 BTypeScriptView Raw
1import { PageOccurrence } from './pages';
2export declare function save(data: PageOccurrence[]): void;
3export declare function load(): PageOccurrence[];
4export declare function saveActivePage(mutex: string | undefined): void;
5export declare function loadActivePage(): string | undefined;
6export declare function clear(): void;