export function isOsx() {
  return 'darwin' === process.platform;
}
