Versions in this module Expand all Collapse all v0 v0.2.0 Jun 14, 2025 v0.1.0 Jun 14, 2025 Changes in this version + func IsBool(v interface{}) bool + func IsMap(v interface{}) bool + func IsNumber(v interface{}) bool + func IsSlice(v interface{}) bool + func IsString(v interface{}) bool + func ToFloat64(v interface{}) (float64, bool) + func ToString(v interface{}) (string, bool)