Thomas G. Lopes
qol changes
8c7e7de
raw
history blame contribute delete
90 Bytes
export function isMac() {
return navigator.platform.toUpperCase().indexOf("MAC") >= 0;
}