UNPKG

moy-fp

Version:
9 lines (6 loc) 105 B
import union from '../Relation/union' /** * [a] -> [a] */ const uniq = union([]) export default uniq