blob: 30b2ac4b96ba2eaeab1385ac6d90ba37eefe558e [file] [log] [blame]
'use strict';
var create = require('../../../object/create')
, isImplemented = require('../../../object/set-prototype-of/is-implemented');
module.exports = function (a) { a(isImplemented(create), true); };