@slickgrid-universal/binding
Advanced tools
Comparing version 5.7.0 to 5.8.0
@@ -20,3 +20,2 @@ "use strict"; | ||
__exportStar(require("./bindingEvent.service"), exports); | ||
__exportStar(require("./interfaces"), exports); | ||
//# sourceMappingURL=index.js.map |
export * from './binding.helper'; | ||
export * from './binding.service'; | ||
export * from './bindingEvent.service'; | ||
export * from './interfaces'; | ||
//# sourceMappingURL=index.js.map |
export * from './binding.helper'; | ||
export * from './binding.service'; | ||
export * from './bindingEvent.service'; | ||
export * from './interfaces'; | ||
export type * from './interfaces'; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@slickgrid-universal/binding", | ||
"version": "5.7.0", | ||
"version": "5.8.0", | ||
"description": "Simple Vanilla Implementation of a Binding Engine & Helper to add properties/events 2 way bindings", | ||
@@ -40,3 +40,3 @@ "main": "./dist/cjs/index.js", | ||
], | ||
"gitHead": "f5b514677e13f20273ee6e5e4f5437648e2744b8" | ||
"gitHead": "b74fb12d31befe4cca33b62d607b72f14f326e7f" | ||
} |
export * from './binding.helper'; | ||
export * from './binding.service'; | ||
export * from './bindingEvent.service'; | ||
export * from './interfaces'; | ||
export type * from './interfaces'; |
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
Sorry, the diff of this file is not supported yet
109586
1
2741
1017