UNPKG

@scalar/api-client

Version:

the open source API testing client

6 lines 242 B
import type { WorkspaceStore } from '../../../store/index.js'; /** * Checks whether the store is empty. */ export declare function workspaceStoreIsEmpty(store: WorkspaceStore): boolean; //# sourceMappingURL=workspace-store-is-empty.d.ts.map