smartrx/ts/index.ts
2017-11-01 14:59:28 +01:00

12 lines
263 B
TypeScript

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.observableintake'
import * as rxjs from 'rxjs'
export {
rxjs
}