Documentation
¶
Overview ¶
Code generated by define_gene; DO NOT EDIT.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( //go:embed unicode_utf16.d.ts UnicodeUtf16Define []byte UnicodeUtf16Declared = map[string]any{ "appendRune": utf16.AppendRune, "decode": utf16.Decode, "decodeRune": utf16.DecodeRune, "encode": utf16.Encode, "encodeRune": utf16.EncodeRune, "isSurrogate": utf16.IsSurrogate, } )
Functions ¶
This section is empty.
Types ¶
type UnicodeUtf16Module ¶
type UnicodeUtf16Module struct{}
func (UnicodeUtf16Module) Exports ¶
func (S UnicodeUtf16Module) Exports() map[string]any
func (UnicodeUtf16Module) Identity ¶
func (S UnicodeUtf16Module) Identity() string
func (UnicodeUtf16Module) TypeDefine ¶
func (S UnicodeUtf16Module) TypeDefine() []byte
Click to show internal directories.
Click to hide internal directories.