Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 202 Bytes

index.md

File metadata and controls

20 lines (11 loc) · 202 Bytes

composer(fn)

Accumulate function compositions. f . g . h ...

Params:

  • Function fn

compose(f, g)

Compose f with g f . g

Params:

  • Function f
  • Function g