@socketregistry/string.prototype.trimleft
Advanced tools
+1
-1
| import Impl from './implementation' | ||
| declare const { | ||
| x: StringProtoTrimLeft | ||
| x: StringProtoTrimLeft, | ||
| }: { | ||
@@ -5,0 +5,0 @@ x: typeof Impl & { |
+3
-3
@@ -9,3 +9,3 @@ 'use strict' | ||
| value, | ||
| writable: true | ||
| writable: true, | ||
| }) | ||
@@ -20,4 +20,4 @@ | ||
| implementation: desc(impl), | ||
| shim: desc(require('./shim')) | ||
| } | ||
| shim: desc(require('./shim')), | ||
| }, | ||
| ) | ||
@@ -24,0 +24,0 @@ module.exports.getPolyfill = module.exports.getPolyfill |
+1
-1
| { | ||
| "name": "@socketregistry/string.prototype.trimleft", | ||
| "version": "1.0.7", | ||
| "version": "1.0.8", | ||
| "license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "Socket.dev optimized package override for string.prototype.trimleft", |
6283
0.06%