UNPKG

mdx-m3-viewer

Version:

A browser WebGL model viewer. Mainly focused on models of the games Warcraft 3 and Starcraft 2.

5 lines (4 loc) 140 B
/** * Returns an array that only contains unique values found in the source array. */ export default function unique<T>(a: T[]): T[];