@playform/build - v0.2.2
    Preparing search index...

    Variable dirname

    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.