DaffBase64Service
A service for encoding and decoding base64 strings.
import { DaffBase64Service } from '@daffodil/core'
interface DaffBase64Service {
encode: string
decode: string
}
Properties
Name | Type | Description |
---|---|---|
encode | string | Encodes an ASCII string to base64. |
decode | string | Decodes a base64 string to ASCII. |