]> git.r.bdr.sh - rbdr/dotfiles/blob
ec66a7c0057878f8c4d85aa4f80455968efd6093
[rbdr/dotfiles] /
1 'use strict';
2
3 module.exports = require('./is-implemented')()
4 ? String.prototype.startsWith
5 : require('./shim');