File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 221
221
"length": "number 1",
222
222
"name": "string includes"
223
223
},
224
- "trimLeft ": {
224
+ "trimStart ": {
225
225
"#__proto__": "function <large string>",
226
226
"length": "number 0",
227
- "name": "string trimLeft "
227
+ "name": "string trimStart "
228
228
},
229
- "trimStart ": {
229
+ "trimLeft ": {
230
230
"#__proto__": "function <large string>",
231
231
"length": "number 0",
232
- "name": "string trimLeft "
232
+ "name": "string trimStart "
233
233
},
234
- "trimRight ": {
234
+ "trimEnd ": {
235
235
"#__proto__": "function <large string>",
236
236
"length": "number 0",
237
- "name": "string trimRight "
237
+ "name": "string trimEnd "
238
238
},
239
- "trimEnd ": {
239
+ "trimRight ": {
240
240
"#__proto__": "function <large string>",
241
241
"length": "number 0",
242
- "name": "string trimRight "
242
+ "name": "string trimEnd "
243
243
},
244
244
"Symbol.iterator": {
245
245
"#__proto__": "function <large string>",
You can’t perform that action at this time.
0 commit comments