UNPKG

inversify

Version:

A powerful and lightweight inversion of control container for JavaScript and Node.js apps powered by TypeScript.

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