Documentation
¶
Overview ¶
Code generated by define_gene; DO NOT EDIT.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( //go:embed unicode_utf8.d.ts UnicodeUtf8Define []byte UnicodeUtf8Declared = map[string]any{ "valid": utf8.Valid, "decodeLastRuneInString": utf8.DecodeLastRuneInString, "decodeRuneInString": utf8.DecodeRuneInString, "runeCount": utf8.RuneCount, "runeLen": utf8.RuneLen, "fullRune": utf8.FullRune, "MaxRune": utf8.MaxRune, "validString": utf8.ValidString, "runeCountInString": utf8.RuneCountInString, "runeStart": utf8.RuneStart, "UTFMax": utf8.UTFMax, "validRune": utf8.ValidRune, "fullRuneInString": utf8.FullRuneInString, "RuneError": utf8.RuneError, "RuneSelf": utf8.RuneSelf, "appendRune": utf8.AppendRune, "decodeLastRune": utf8.DecodeLastRune, "decodeRune": utf8.DecodeRune, "encodeRune": utf8.EncodeRune, } )
Functions ¶
This section is empty.
Types ¶
type UnicodeUtf8Module ¶
type UnicodeUtf8Module struct{}
func (UnicodeUtf8Module) Exports ¶
func (S UnicodeUtf8Module) Exports() map[string]any
func (UnicodeUtf8Module) Identity ¶
func (S UnicodeUtf8Module) Identity() string
func (UnicodeUtf8Module) TypeDefine ¶
func (S UnicodeUtf8Module) TypeDefine() []byte
Click to show internal directories.
Click to hide internal directories.