UNPKG

es-set

Version:

An ES-spec-compliant Set shim/polyfill/replacement that works as far down as ES3

12 lines (8 loc) 176 B
'use strict'; var Set = require('../'); var test = require('tape'); var runTests = require('./tests'); test('as a function', function (t) { runTests(Set, t); t.end(); });