Skip to content

Commit

Permalink
Merge 71bffa5 into 104c38f
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinkumarg committed Feb 25, 2019
2 parents 104c38f + 71bffa5 commit 513b8c1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion logic/unless.mdx
Expand Up @@ -16,7 +16,7 @@ import log from 'mojiscript/console/log'
import pipe from 'mojiscript/core/pipe'
import run from 'mojiscript/core/run'
import unless from 'mojiscript/logic/unless'
import is from 'mojiscript/types/is'
import is from 'mojiscript/type/is'

const state = 1

Expand Down
2 changes: 1 addition & 1 deletion logic/when.mdx
Expand Up @@ -16,7 +16,7 @@ import log from 'mojiscript/console/log'
import pipe from 'mojiscript/core/pipe'
import run from 'mojiscript/core/run'
import when from 'mojiscript/logic/when'
import is from 'mojiscript/types/is'
import is from 'mojiscript/type/is'

const state = 'mojiscript'

Expand Down
2 changes: 1 addition & 1 deletion type/is.mdx
Expand Up @@ -15,7 +15,7 @@ Checks the type of an `Object`.
import log from 'mojiscript/console/log'
import pipe from 'mojiscript/core/pipe'
import run from 'mojiscript/core/run'
import is from 'mojiscript/types/is'
import is from 'mojiscript/type/is'

const main = pipe ([
() => log (is (Function) (x => x)), //=> true
Expand Down

0 comments on commit 513b8c1

Please sign in to comment.