summaryrefslogtreecommitdiff
path: root/tools/eslint/node_modules/escope/node_modules/es6-map/node_modules/es5-ext/test/object/assign/implement.js
blob: 40065594187cb9c2bd78597e5181d5d8f2cd4faf (plain)
1
2
3
4
5
'use strict';

var isImplemented = require('../../../object/assign/is-implemented');

module.exports = function (a) { a(isImplemented(), true); };