'use strict'; var getPrototypeOf = require('../'); var test = require('tape'); var runTests = require('./tests'); test('as a function', function (t) { runTests(getPrototypeOf, t); t.end(); });