smartrx/ts/index.ts
2017-10-26 22:56:01 +02:00

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'