import ObjectUtil from "./ObjectUtil"; export class ArrayUtil{ public static uniqueArray(a:any){ let seen:any = {}; let out = []; let len = a.length; let j = 0; for(let i=0; i