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

module.exports = require('./is-implemented')()
	? String.prototype.codePointAt
	: require('./shim');