now has working intake
This commit is contained in:
@ -2,4 +2,10 @@ import * as plugins from './smartrx.plugins'
|
||||
|
||||
export let standardExport = 'Hi there! :) This is a exported string'
|
||||
export * from './smartrx.classes.observablemap'
|
||||
export * from './smartrx.classes.observable'
|
||||
export * from './smartrx.classes.observableintake'
|
||||
|
||||
import * as rxjs from 'rxjs'
|
||||
|
||||
export {
|
||||
rxjs
|
||||
}
|
||||
|
Reference in New Issue
Block a user