functionfoundry
Advanced tools
Comparing version 0.6.9 to 0.6.10
@@ -14,2 +14,4 @@ 'use strict'; | ||
var _ISERROR = require('./ISERROR'); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
@@ -19,3 +21,3 @@ | ||
if (ISERROR(needle) || (0, _ISBLANK.ISBLANK)(needle)) { | ||
if ((0, _ISERROR.ISERROR)(needle) || (0, _ISBLANK.ISBLANK)(needle)) { | ||
return needle; | ||
@@ -22,0 +24,0 @@ } |
{ | ||
"name": "functionfoundry", | ||
"version": "0.6.9", | ||
"version": "0.6.10", | ||
"description": "Functions inspired by the spreadsheets", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
import error from './ERROR'; | ||
import {ISBLANK} from './ISBLANK'; | ||
import {ISERROR} from './ISERROR'; | ||
@@ -4,0 +5,0 @@ export function VLOOKUP(needle, table, index, exactmatch) { |
189114
5645