@mikeyt23/node-cli-utils
    Preparing search index...

    Function isValidDirName

    • Check if a string is a valid directory name. This is a very simple check that just makes sure the string doesn't contain any invalid characters.

      Parameters

      • dirName: string

        The directory name to check

      Returns boolean

      true if the directory name is valid, false otherwise