blob: 5e33cd715ff47b1fc2615e20f9a27d6543d90bb4 [file] [log] [blame]
'use strict';
var isImplemented =
require('../../../../string/#/code-point-at/is-implemented');
module.exports = function (a) { a(isImplemented(), true); };