commands/types library
Functions
-
commandIsBool(
List args) → bool -
Function of
type_is_boolcommand -
commandIsCollection(
List args) → bool -
Function of
type_is_clcommand -
commandIsFile(
List args) → bool -
Function of
type_is_filecommand -
commandIsInt(
List args) → bool -
Function of
type_is_intcommand -
commandIsList(
List args) → bool -
Function of
type_is_listcommand -
commandIsMap(
List args) → bool -
Function of
type_is_mapcommand -
commandIsNum(
List args) → bool -
Function of
type_is_numcommand -
commandIsString(
List args) → bool -
Function of
type_is_stringcommand -
commandType(
List args) → String