Skip to content

Commit

Permalink
docs: add badges
Browse files Browse the repository at this point in the history
  • Loading branch information
biggyspender committed Apr 7, 2019
1 parent d37d83a commit a98033d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
## Type-safe, functional-style pipe functions for typescript
# Type-safe, functional-style pipe functions for typescript

In the absence of `|>` (the pipe operator) it's useful to have a type-safe `pipe` function that can compose an a large (up to 32) number of unary functions. This minimal library contains a few different helper functions for this purpose.
In the absence of |> (the pipe operator) it's useful to have a type-safe pipe function that can compose an a large (up to 32) number of unary functions. This minimal library contains a few different helper functions for this purpose.

[![npm version](http://img.shields.io/npm/v/ts-functional-pipe.svg?style=flat)](https://npmjs.org/package/ts-functional-pipe "View this project on npm")
[![Build Status](https://travis-ci.org/biggyspender/ts-functional-pipe.svg?branch=master)](https://travis-ci.org/biggyspender/ts-functional-pipe)

## Usage

Suppose we have the following unary functions:

Expand Down

0 comments on commit a98033d

Please sign in to comment.