PopClip JavaScript API Reference
    Preparing search index...

    Type Alias BundledModule

    BundledModule:
        | "axios"
        | "buffer"
        | "case-anything"
        | "content-type"
        | "dom-serializer"
        | "emoji-regex"
        | "entities"
        | "fast-json-stable-stringify"
        | "fast-plist"
        | "htmlparser2"
        | "js-yaml"
        | "linkedom"
        | "linkifyjs"
        | "oauth-1.0a"
        | "rot13-cipher"
        | "sanitize-html"
        | "sucrase"
        | "turndown"
        | "valibot"

    The names of the libraries bundled with PopClip, which require() (or import) can load without the extension shipping them. The bundled versions are listed in the documentation: https://www.popclip.app/dev/js-environment#bundled-libraries

    To type check code that uses one, install the same version as a dev dependency of the extension project; the library's own types are used.