Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9345695
es.string.trim-left.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
395 B
Subscribers
None
es.string.trim-left.js
View Options
var
$
=
require
(
'../internals/export'
);
var
trimStart
=
require
(
'../internals/string-trim-start'
);
// `String.prototype.trimLeft` method
// https://tc39.es/ecma262/#sec-string.prototype.trimleft
// eslint-disable-next-line es-x/no-string-prototype-trimleft-trimright -- safe
$
({
target
:
'String'
,
proto
:
true
,
name
:
'trimStart'
,
forced
:
''
.
trimLeft
!==
trimStart
},
{
trimLeft
:
trimStart
});
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jul 4, 3:28 PM (1 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3347820
Attached To
rDWAPPS Web applications
Event Timeline
Log In to Comment