UNPKG

string.prototype.trimleft

Version:

ES2019 spec-compliant String.prototype.trimLeft shim.

4 lines (2 loc) 86 B
'use strict'; module.exports = require('string.prototype.trimstart/implementation');