3f3110b6eb1f5a214292313a0e3e548ebe503773
[platform/framework/web/crosswalk-tizen.git] /
1 'use strict';
2
3 module.exports = require('./is-implemented')()
4         ? String.fromCodePoint
5         : require('./shim');