lemmy-ui/src/shared/utils/browser/index.ts
2023-06-20 10:17:16 -04:00

5 lines
143 B
TypeScript

import canShare from "./can-share";
import isBrowser from "./is-browser";
import share from "./share";
export { canShare, isBrowser, share };