Package

io.scalajs.nodejs

path

Permalink

package path

Visibility
  1. Public
  2. All

Type Members

  1. trait Path extends Object

    Permalink

    This module contains utilities for handling and transforming file paths.

    This module contains utilities for handling and transforming file paths. The file system is not consulted to check whether paths are valid.

    Annotations
    @RawJSType() @native()
    See also

    https://nodejs.org/docs/latest/api/path.html

  2. class PathObject extends Object

    Permalink

    Path Object

    Path Object

    Annotations
    @RawJSType() @ScalaJSDefined()

Value Members

  1. object Path extends Object with Path

    Permalink

    Path Singleton

    Path Singleton

    Annotations
    @native() @JSImport( "path" , JSImport.Namespace )

Ungrouped