UNPKG

es-map

Version:

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

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