Files

3 lines
175 B
TypeScript
Raw Permalink Normal View History

import type { Key, KeyEntities } from '../interface';
export default function getEntity<T = any>(keyEntities: KeyEntities<T>, key: Key): import("../interface").DataEntity<T>;