functionfoundry
Advanced tools
Comparing version 0.7.8 to 0.7.9
@@ -268,2 +268,11 @@ 'use strict'; | ||
var _IFBLANK = require('./IFBLANK'); | ||
Object.defineProperty(exports, 'IFBLANK', { | ||
enumerable: true, | ||
get: function get() { | ||
return _IFBLANK.IFBLANK; | ||
} | ||
}); | ||
var _IFERROR = require('./IFERROR'); | ||
@@ -270,0 +279,0 @@ |
{ | ||
"name": "functionfoundry", | ||
"version": "0.7.8", | ||
"version": "0.7.9", | ||
"description": "Modern JavaScript inspired by spreadsheets", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -30,2 +30,3 @@ export {ABS} from './ABS' | ||
export {IF} from './IF' | ||
export {IFBLANK} from './IFBLANK' | ||
export {IFERROR} from './IFERROR' | ||
@@ -32,0 +33,0 @@ export {IFNA} from './IFNA' |
Sorry, the diff of this file is too big to display
354133
302
7699