A tool belt of common helper functions and extensions used throughout applications.
Asynchronously transform a sequence of elements into a new element type:
let output = await input.flatMap(power)
Prelude is released under the MIT license. See LICENSE for details.