Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Commit

Permalink
Remove unused isnt import from not
Browse files Browse the repository at this point in the history
  • Loading branch information
mstade committed May 1, 2014
1 parent 13a800a commit 1d415a6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/not.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@ module.exports = not

function not(x) {
return x === false || x == null
}

const isnt = require('./isnt')
}

0 comments on commit 1d415a6

Please sign in to comment.