UNPKG
@ungap/trim
Version:
latest (0.2.0)
0.2.0
0.1.1
0.1.0
An trim polyfill for legacy browsers.
github.com/ungap/trim
ungap/trim
@ungap/trim
/
min.js
1 lines
•
74 B
JavaScript
View Raw
1
var
trim=
""
.
trim
||
function
(
){
return
String
(
this
).
replace
(
/^\s+|\s+/g
,
""
)};