UNPKG

ts-budgie

Version:

Converts TypeScript code to Budgie.

4 lines 246 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getListValueType = function (typeCommand) { return (typeof typeCommand === "string" ? typeCommand : typeCommand.args[0]); }; //# sourceMappingURL=lists.js.map