import type { State } from '../types.js'; export default function selectMeta( state: State, fetchKey: string, ): State['meta'][string] { return state.meta[fetchKey]; }