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

    Variable normalize

    normalize: (path: string) => string

    Type declaration

      • (path: string): string
      • Normalize a string path, reducing '..' and '.' parts. When multiple slashes are found, they're replaced by a single one; when the path contains a trailing slash, it is preserved. On Windows backslashes are used.

        Parameters

        • path: string

          string path to normalize.

        Returns string

        if path is not a string.