UNPKG
zlf-library
Version:
latest (1.0.1)
1.0.1
1.0.0
zlf-library
/
src
/
string.js
7 lines
•
133 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
_
from
"lodash"
export
function
join
(
a,b
){
return
a +
""
+ b; }
export
function
join_
(
a,b
){
return
_.
join
(a,b) }