Travis build: 1398

This commit is contained in:
30secondsofcode
2018-01-24 13:59:43 +00:00
parent 36b5c13960
commit 87acfd680e
2 changed files with 2 additions and 12 deletions

View File

@ -85,14 +85,6 @@ average(1, 2, 3);
* [`pipeFunctions`](#pipefunctions)
* [`promisify`](#promisify)
* [`spreadOver`](#spreadover)
</details>
### Adaptor
<details>
<summary>View contents</summary>
* [`unary`](#unary)
</details>
@ -626,8 +618,6 @@ arrayMax([1, 2, 3]); // 3
<br>[⬆ Back to top](#table-of-contents)
---
## Adaptor
### unary

File diff suppressed because one or more lines are too long