Package

io.scalajs.nodejs

util

Permalink

package util

Visibility
  1. Public
  2. All

Type Members

  1. class InspectOptions extends Object

    Permalink

    Inspect Options

    Inspect Options

    Annotations
    @RawJSType() @ScalaJSDefined()
    See also

    https://nodejs.org/api/util.html#util_util_inspect_object_options

  2. trait Util extends Object with IEventEmitter

    Permalink

    These functions are in the module 'util'.

    These functions are in the module 'util'. Use require('util') to access them. The util module is primarily designed to support the needs of Node.js's internal APIs. Many of these utilities are useful for your own programs. If you find that these functions are lacking for your purposes, however, you are encouraged to write your own utilities. We are not interested in any future additions to the util module that are unnecessary for Node.js's internal functionality.

    Annotations
    @RawJSType() @native()
    See also

    https://nodejs.org/api/util.html

Value Members

  1. object Util extends Object with Util

    Permalink

    Util Singleton

    Util Singleton

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

Ungrouped