Versions in this module Expand all Collapse all v0 v0.1.1 Dec 26, 2023 Changes in this version + func Expand(in []any) []any v0.1.0 Jul 6, 2023 Changes in this version + func CheckSingnature(args []any, argTypes []ArgTypes, readers []Reader) error + type ArgTypes int + const ANY + const BOOL + const NUMBER + const STRING + type Reader func(arg any) error