smartsystem/test/moduleExample.ts

4 lines
110 B
TypeScript
Raw Normal View History

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