# Functions
GetStructType gets a type defined in go and passed as argument from goja runtime if not found throws error Donot use this unless you are accepting a struct type from constructor.
GetStructTypeSafe gets an type defined in go and passed as argument from goja runtime if not found returns default value Donot use this unless you are accepting a struct type from constructor.
LinkConstructor links a type with invocation doing this allows usage of instance of type in js.
NewNucleiJS creates a new nucleijs instance.
UnmarshalSQLRows converts sql.Rows into a more structured SQLResult.