ts-repo-utils
    Preparing search index...
    • Validates that a path exists and exits with code 1 if it doesn't.

      Parameters

      • filePath: string

        The path to validate.

      • description: string = 'Path'

        Description for error message (defaults to 'Path').

      Returns Promise<void>