UNPKG

@krowdy-ui/views

Version:

React components that implement Google's Material Design.

2 lines (1 loc) 76 B
export default function keyBy<T>(arr: T[], key: string): Record<string, T>;