smartrx/ts/index.ts

10 lines
267 B
TypeScript
Raw Normal View History

import * as plugins from './smartrx.plugins';
2017-10-26 13:08:34 +00:00
export let standardExport = 'Hi there! :) This is a exported string';
export * from './smartrx.classes.observablemap';
export * from './smartrx.classes.observableintake';
2017-11-01 13:59:28 +00:00
import * as rxjs from 'rxjs';
2017-11-01 13:59:28 +00:00
export { rxjs };