summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/string/#/normalize/implement.js
blob: 4886c9b834285b2892bc97edbbe6ec0a1814d3db (plain)
1
2
3
4
5
'use strict';

var isImplemented = require('../../../../string/#/normalize/is-implemented');

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