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/#/code-point-at/implement.js
blob: 5e33cd715ff47b1fc2615e20f9a27d6543d90bb4 (plain)
1
2
3
4
5
6
'use strict';

var isImplemented =
	require('../../../../string/#/code-point-at/is-implemented');

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