6 lines
208 B
TypeScript
6 lines
208 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.observable'
|