Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 351 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 351 Bytes

Value Module

Value.TypeText

Value.ToText

Returns a string representation of a value, which works even on containers, unlike the built-in Text.From()

Value.TypeToText

Returns a simple string representation of a value's type, which allows easy filtering, unlike the built-in Value.Type()

Value.WaitFor

Retry mechanism for function call