line_push/node_modules/@line/liff/dist/lib/util/hexToBase64.d.ts
2022-07-21 03:28:35 +00:00

7 lines
146 B
TypeScript

/**
* Hex to Base64
* @param {string} str [hex]
* @return {string} [base64]
*/
export default function hexToBase64(hex: string): string;