1.0.0 • Published 9 years ago

oro-head v1.0.0

Weekly downloads
2
License
MIT
Repository
-
Last release
9 years ago
import head from "oro-head"

head([1,2,3,4,5]) // 1
head({})          // undefined
head("bob")       // "b"
head(5)           // undefined
1.0.0

9 years ago