astro-ghostcms/.pnpm-store/v3/files/8a/973891650ce3800e67e409a3998...

12 lines
198 B
Plaintext

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