UNPKG
ts-budgie
Version:
latest (0.3.1)
0.3.1
Converts TypeScript code to Budgie.
github.com/budgielang/ts-budgie
budgielang/ts-budgie
ts-budgie
/
src
/
parsing
/
lists.js
4 lines
•
246 B
JavaScript
View Raw
1
2
3
4
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
getListValueType
=
function
(
typeCommand
) {
return
(
typeof
typeCommand ===
"string"
? typeCommand : typeCommand.
args
[
0
]); };
//# sourceMappingURL=lists.js.map