UNPKG

minimal-polyfills

Version:

An ultra light-weight, nonexhaustive, polyfills library

8 lines 263 B
"use strict"; exports.__esModule = true; if (typeof String.prototype.startsWith !== "function") { String.prototype.startsWith = function startsWith(str) { return this.indexOf(str) === 0; }; } //# sourceMappingURL=String.prototype.startsWith.js.map