Skip to content

A tool belt of common helper functions and extensions used throughout applications

License

Notifications You must be signed in to change notification settings

JustinGuedes/prelude

Repository files navigation

Prelude

A tool belt of common helper functions and extensions used throughout applications.

Table of Contents

  1. Sequence

Sequence

Async FlatMap

Asynchronously transform a sequence of elements into a new element type:

let output = await input.flatMap(power)

License

Prelude is released under the MIT license. See LICENSE for details.

About

A tool belt of common helper functions and extensions used throughout applications

Resources

License

Stars

Watchers

Forks

Packages

No packages published