first-value.d.ts 92 B

12
  1. declare const firstValue: (data: object[], name: string) => any;
  2. export default firstValue;