UNPKG
apex-nitro
Version:
beta (5.0.0-1)
latest (5.0.2)
5.0.2
5.0.1
5.0.0
5.0.0-1
4.2.0-beta.1
4.1.6
4.1.5
4.1.4
4.1.3
4.1.2
4.1.1
4.1.0
4.1.0-beta.4
4.1.0-beta.3
4.1.0-beta.2
4.1.0-beta.1
4.0.0
4.0.0-beta.5
4.0.0-beta.4
4.0.0-beta.3
4.0.0-beta.2
4.0.0-beta.1
Your essential APEX companion
github.com/OraOpenSource/apex-nitro
OraOpenSource/apex-nitro
apex-nitro
/
examples
/
demo-error-typescript
/
src
/
js
/
app.ts
9 lines
(7 loc)
•
143 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
function
getMessage
(
message: string
) {
return
message broken } (
function
(
){
console
.
log
(
getMessage
(
"demo-typescript"
) broken); })();