LLM-Inference / src /lib /utils /platform.ts
Thomas G. Lopes
qol changes
8c7e7de
raw
history blame contribute delete
90 Bytes
export function isMac() {
return navigator.platform.toUpperCase().indexOf("MAC") >= 0;
}
src/lib/utils/platform.ts · FallnAI/LLM-Inference at main
LLM-Inference / src /lib /utils /platform.ts
Thomas G. Lopes
qol changes
8c7e7de
raw
history blame contribute delete
90 Bytes
export function isMac() {
return navigator.platform.toUpperCase().indexOf("MAC") >= 0;
}