UNPKG

@minofrk/msf-io-ts

Version:

Type utilities with io-ts for MSF format.

7 lines 265 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function hasDuplicate(items) { return !items.every(function (x, i) { return items.indexOf(x) === i; }); } exports.hasDuplicate = hasDuplicate; //# sourceMappingURL=has-duplicate.js.map