@eeymoo/ai-coding-sync
    Preparing search index...

    Function expandUserPath

    • Expands a user path containing home or environment variable references.

      Parameters

      • inputPath: string

        Path that may include ~ or ${VAR} placeholders

      Returns string

      Expanded absolute or normalized path string

      expandUserPath('~/.config');
      

      0.1.0