fix(core): update

This commit is contained in:
2023-11-04 01:06:11 +01:00
parent 84d3a6310d
commit 124400df69
3 changed files with 34 additions and 1 deletions

View File

@ -1,5 +1,6 @@
import * as plugins from './smartrx.plugins.js';
export * from './smartrx.classes.observablemap.js';
export * from './smartrx.classes.observableintake.js';
export * from './smartrx.functions.js';
import * as rxjs from './smartrx.plugins.rxjs.js';
export { rxjs };