astro-ghostcms/.pnpm-store/v3/files/0e/ee2991f169fe14b14494c2f1633...

12 lines
212 B
Plaintext

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