BREAKING CHANGE(scope): switch to @pushrocks scope

This commit is contained in:
2018-10-10 16:44:44 +02:00
parent d1744b570d
commit b4d9059f4f
15 changed files with 1236 additions and 539 deletions

View File

@ -1,11 +1,9 @@
import * as plugins from './smartrx.plugins'
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'
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'
import * as rxjs from 'rxjs';
export {
rxjs
}
export { rxjs };