Version: v0.7.1 - Beta.  We welcome contributors & feedback.

Meta.getThtVersion

Meta.getThtVersion($options = {}) -> string|number

Description

Return the version string of THT.

Meta.getThtVersion()
//= '1.4.13-Beta'

Options

Option Value Description
num true/false Return the version as a number that can be easily compared.
Meta.getThtVersion(-num)
//= 10413

See Also