BREAKING CHANGE(scope): switch to @pushrocks scope
This commit is contained in:
14
ts/index.ts
14
ts/index.ts
@ -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 };
|
||||
|
Reference in New Issue
Block a user