UNPKG

scancss

Version:

A robust CSS stylesheet statistics collector and analyzer

9 lines (8 loc) 211 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.unique = unique; function unique(array) { return array.filter((item, pos, thisArray) => thisArray.indexOf(item) === pos); }