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