Skip to content
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.

Commit

Permalink
refactor(safe-make-breakpoints): safe-make-breakpoints
Browse files Browse the repository at this point in the history
safe-make-breakpoints returns Maybe monad

BREAKING CHANGE: safe-make-breakpoints returns Maybe monad
  • Loading branch information
mg901 committed Jan 23, 2019
1 parent 97a861d commit 185af95
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/safe-make-breakpoints/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// @flow

import * as R from 'ramda';
import { Just, Nothing } from 'igogo';
import memoizeone from 'memoize-one';
Expand Down

0 comments on commit 185af95

Please sign in to comment.