# Functions
Parse decodes the clipboard content based on the typeID and returns the appropriate Clipboarder.
# Constants
TextType represents a text clipboard content type.
UnknowType represents an unknown clipboard content type.
# Interfaces
Clipboarder is the interface that groups clipboard contents.
# Type aliases
Text represents the text content of the clipboard.