UNPKG

string.prototype.padstart

Version:

ES2017 spec-compliant String.prototype.padStart shim.

13 lines (10 loc) 275 B
{ "root": true, "extends": "@ljharb", "rules": { "id-length": [2, { "min": 1, "max": 25, "properties": "never" }], "new-cap": [2, { "capIsNewExceptions": ["ToLength", "ToString", "RequireObjectCoercible"] }], "no-invalid-this": [1], "no-magic-numbers": [0] } }