Stone.js API
    Preparing search index...
    • Parses a starter link into a fetch descriptor.

      Supported: github:owner/repo(#ref), any *.git / git@ / git+ URL, npm:<pkg>, a bare npm package name (@scope/x, x), or a local path (./x, /x).

      Parameters

      • link: string

        The starter link.

      Returns { kind: "git" | "npm" | "local"; ref?: string; target: string }

      The parsed descriptor.