Versions in this module Expand all Collapse all v1 v1.1.1 May 31, 2023 Changes in this version + type ArgSpec struct + Optional bool + Types []JpType + Variadic bool + type ExpRef = func(interface{}) (interface{}, error) + type FunctionEntry struct + Arguments []ArgSpec + Handler JpFunction + Name string + func GetDefaultFunctions() []FunctionEntry + type JpFunction = func([]interface{}) (interface{}, error) + type JpType string + const JpAny + const JpArray + const JpArrayArray + const JpArrayNumber + const JpArrayString + const JpExpref + const JpNumber + const JpObject + const JpString