SyntaxFix
Write A Post
Hire A Developer
Questions
I like the answer of @supercobra, but I would use the const keyword as it is in ES6 already available:
// // ===== File globals.ts // 'use strict'; export const sep='/'; export const version: string="22.2.2";