Decoder API Reference
Overview
Detailed API documentation for the decoder module.
Functions
decode
typescript
function decode(data: string): anyDecodes the input string into its original format.
decodeWithOptions
typescript
function decodeWithOptions(data: string, options: DecodeOptions): anyDecodes the input string with specific decoding options.
Types
DecodeOptions
typescript
interface DecodeOptions {
// Add your options interface here
}Examples
[Add detailed examples]