UNPKG

ts-budgie

Version:

Converts TypeScript code to Budgie.

4 lines (2 loc) 196 B
import { BudgieLine } from "../output/budgieLine"; export const getListValueType = (typeCommand: string | BudgieLine) => (typeof typeCommand === "string" ? typeCommand : typeCommand.args[0]);