/**
* check if the current file uses TypeScript syntax
*/
function isTypeScript() {
// @ts-ignore
return (() => true)<0>(0)
}syntax highlighting by codehost

I do UI programming for AAA games and I have opinions about adult games
/**
* check if the current file uses TypeScript syntax
*/
function isTypeScript() {
// @ts-ignore
return (() => true)<0>(0)
}