Documentation
¶
Overview ¶
Code generated by define_gene; DO NOT EDIT.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( //go:embed encoding_hex.d.ts EncodingHexDefine []byte EncodingHexDeclared = map[string]any{ "newDecoder": hex.NewDecoder, "decode": hex.Decode, "decodedLen": hex.DecodedLen, "dumper": hex.Dumper, "encode": hex.Encode, "encodeToString": hex.EncodeToString, "encodedLen": hex.EncodedLen, "ErrLength": hex.ErrLength, "decodeString": hex.DecodeString, "dump": hex.Dump, "newEncoder": hex.NewEncoder, } )
Functions ¶
This section is empty.
Types ¶
type EncodingHexModule ¶
type EncodingHexModule struct{}
func (EncodingHexModule) Exports ¶
func (S EncodingHexModule) Exports() map[string]any
func (EncodingHexModule) Identity ¶
func (S EncodingHexModule) Identity() string
func (EncodingHexModule) TypeDefine ¶
func (S EncodingHexModule) TypeDefine() []byte
Click to show internal directories.
Click to hide internal directories.