UNPKG
larascript.js
Version:
latest (1.0.6)
1.0.6
1.0.5
Get the power of Laravel Utilities in Javascript
github/naythukhant/larascript.js
larascript.js
/
index.js
4 lines
(2 loc)
•
108 B
JavaScript
View Raw
1
2
3
4
import
Collection
from
'./src/collect'
;
export
const
collect
= (
collection
) =>
new
Collection
(collection);