a tool for shared writing and social publishing
at 44da33e46d65a5604a97cb35fc95c436fbd18cf4 3 lines 101 B view raw
1import { isMac } from "@react-aria/utils"; 2 3export const metaKey = () => (isMac() ? "⌘" : "Ctrl");