module Opal::OS

def macos?

def macos?
  /darwin|mac os/.match?(RbConfig::CONFIG['host_os'])
end