@lab009/magma-utils
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -5,4 +5,2 @@ /* eslint-disable import/prefer-default-export */ | ||
export { | ||
removeNil, | ||
} | ||
export { removeNil } |
@@ -21,5 +21,3 @@ const execIfFunc = x => (typeof x === 'function' ? x() : x) | ||
export default function ifElse(condition) { | ||
return (then, or) => ( | ||
execIfFunc(condition) ? execIfFunc(then) : execIfFunc(or) | ||
) | ||
return (then, or) => (execIfFunc(condition) ? execIfFunc(then) : execIfFunc(or)) | ||
} |
import ifElse from './ifElse' | ||
export { | ||
ifElse, | ||
} | ||
export { ifElse } |
import filterWithRules from './filterWithRules' | ||
import mergeDeep from './mergeDeep' | ||
export { | ||
filterWithRules, | ||
mergeDeep, | ||
} | ||
export { filterWithRules, mergeDeep } |
{ | ||
"name": "@lab009/magma-utils", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Utils for Magma.", | ||
@@ -20,6 +20,3 @@ "repository": "lab009/magma", | ||
"happypack": "3.0.3" | ||
}, | ||
"devDependencies": { | ||
"@lab009/eslint-config-magma": "^3.0.6" | ||
} | ||
} |
import exec from './exec' | ||
export { | ||
exec, | ||
} | ||
export { exec } |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
0
7512
14
136