@versatiles/style
    Preparing search index...

    Type Alias CodeTarget

    CodeTarget: "npm" | "browser"

    Where a snippet is meant to run.

    'npm' is an ES module in a project with a bundler. 'browser' is a plain HTML page that loads the CDN bundle from a <script> tag — no build step, no import.