smartsystem/test/moduleExample.ts

4 lines
110 B
TypeScript
Raw Normal View History

2016-10-12 14:01:15 +02:00
export let exportedTestBoolean = true
2016-10-14 03:07:37 +02:00
import * as q from 'q'
2016-10-12 14:01:15 +02:00
console.log('moduleExample loaded successfully')