GHHG10's picture
download
raw
218 Bytes
import { base64Decode } from "@opencode-ai/core/util/encode"
export function decode64(value: string | undefined) {
if (value === undefined) return
try {
return base64Decode(value)
} catch {
return
}
}

Xet Storage Details

Size:
218 Bytes
·
Xet hash:
66694a1520d2dddc093d3348f379ef9a63baf6a69a64dde12c40a9b4a03e29e1

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.