lorem-ipsum
Version:
Generates passages of lorem ipsum text suitable for use as placeholder copy in web pages, graphics, and more. Works in the browser, NodeJS, and React Native.
14 lines (12 loc) • 335 B
text/typescript
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,
};