import copyToClipboard from "./copyToClipboard";
import getCopyCommand from "./getCopyCommand";
import getPlatform from "./getPlatform";
import getVersion from "./getVersion";
import isSupportedPlatform from "./isSupportedPlatform";

export {
  copyToClipboard,
  getCopyCommand,
  getPlatform,
  getVersion,
  isSupportedPlatform,
};
