UNPKG

copy-llms-txt

Version:

A lightweight JavaScript library that lets you copy the content of a webpage as clean markdown with a simple keyboard shortcut.

5 lines (4 loc) 166 B
import { default as CopyLlmsTxt } from './CopyLlmsTxt'; import { CopyLlmsTxtOptions } from './types'; export type { CopyLlmsTxtOptions }; export default CopyLlmsTxt;