index.js 115 Bytes
'use strict';

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