(content: string | Uint8Array | ArrayBuffer)
| 58 | } |
| 59 | |
| 60 | export const getContentHash = (content: string | Uint8Array | ArrayBuffer): Promise<string> => |
| 61 | getHash(content, 'utf8', 'sha1') |
| 62 | |
| 63 | export const moveImageToFolder = async( |
| 64 | pathname: string, |
no test coverage detected