@playform/maintain - v0.1.8
    Preparing search index...
    dirname: (path: string) => string

    Type declaration

      • (path: string): string
      • Return the directory name of a path. Similar to the Unix dirname command.

        Parameters

        • path: string

          the path to evaluate.

        Returns string

        if path is not a string.