download
raw
367 Bytes
// src/helper/streaming/utils.ts
var isOldBunVersion = () => {
const version = typeof Bun !== "undefined" ? Bun.version : void 0;
if (version === void 0) {
return false;
}
const result = version.startsWith("1.1") || version.startsWith("1.0") || version.startsWith("0.");
isOldBunVersion = () => result;
return result;
};
export {
isOldBunVersion
};

Xet Storage Details

Size:
367 Bytes
·
Xet hash:
e34aaf3bca7c4ac8b7c74b74e0e30db577f2a06e87324ce62d502e2d9b719c9b

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