UNPKG

@plurid/plurid-functions

Version:
3 lines (2 loc) 126 B
export declare const loadState: (name: string) => any; export declare const saveState: <S>(state: S, name: string) => void;