mirror of
https://github.com/embarklabs/embark-typescript-template.git
synced 2026-08-30 22:11:14 +00:00
4 lines
102 B
TypeScript
4 lines
102 B
TypeScript
export default {hello: 'log module export'};
|
|
|
|
console.log('imported transpiled log.ts dynamically!');
|