Files

3 lines
82 B
JavaScript
Raw Permalink Normal View History

export default function getEntity(keyEntities, key) {
return keyEntities[key];
}