0aceb97efdcf361f83006fc7fa7ef20fa2e78f87
[platform/framework/web/crosswalk-tizen.git] /
1 'use strict';
2
3 var isImplemented = require('../../../string/from-code-point/is-implemented');
4
5 module.exports = function (a) { a(isImplemented(), true); };