@scalar/api-client
Version:
the open source API testing client
9 lines • 421 B
TypeScript
import type { WorkspaceStore } from '../store/index.js';
/**
* Loads all resources from localStorage and applies any migrations, then loads into mutators
* We use the raw mutator.add here instead of the custom ones because we do NOT want any side effects
*
* Currently not working for workspace
*/
export declare const loadAllResources: (mutators: WorkspaceStore) => void;
//# sourceMappingURL=local-storage.d.ts.map