UNPKG

postcss-theme-fold

Version:

[![NPM Version][npm-img]][npm-url] [![github (ci)][github-ci]][github-ci]

8 lines (7 loc) 185 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.uniq = void 0; function uniq(array) { return Array.from(new Set(array)); } exports.uniq = uniq;