UNPKG
lml_indexxxx
Version:
latest (1.0.0)
1.0.0
lml_indexxxx
/
foo.js
8 lines
(6 loc)
•
124 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
export
let
name =
"foo"
;
export
function
getin
(
arr
){
return
arr.
sort
(
function
(
a,b
){
return
a-b }) }