GHHG10's picture
download
raw
150 Bytes
export function isRecord(value: unknown): value is Record<string, unknown> {
return !!value && typeof value === "object" && !Array.isArray(value)
}

Xet Storage Details

Size:
150 Bytes
·
Xet hash:
59d740fe8a17c36ae761fbb5826e834431ab41c2de55c4c0c2fc8eb4d4a390e2

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