fable-react
Advanced tools
Comparing version 0.7.3 to 0.7.4
{ | ||
"name": "fable-react", | ||
"version": "0.7.3", | ||
"version": "0.7.4", | ||
"description": "Fable bindings and helpers for React and React Native", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -20,4 +20,3 @@ import { getTypeFullName } from "fable-core/Reflection"; | ||
} | ||
function getModel(key, _genArgs) { | ||
export function getModel(key, _genArgs) { | ||
return function (builder_) { | ||
@@ -33,3 +32,2 @@ return builder_.Delay(function () { | ||
} | ||
export function add(data, _genArgs) { | ||
@@ -36,0 +34,0 @@ var key = "models/" + getTypeFullName(_genArgs.a); |
@@ -21,2 +21,3 @@ (function (global, factory) { | ||
exports.clear = clear; | ||
exports.getModel = getModel; | ||
exports.add = add; | ||
@@ -23,0 +24,0 @@ exports.update = update; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
2820589
1444