UNPKG

@visactor/vrender-core

Version:

```typescript import { xxx } from '@visactor/vrender-core'; ```

2 lines (1 loc) 78 B
export declare function getFirstArrayDuplicate<T>(array: T[]): T | undefined;