Packages

package util

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. trait InspectObject extends Function with Function2[Any, InspectOptions, String] with Function1[Any, String]
    Annotations
    @RawJSType() @native()
  2. class InspectOptions extends Object

    Inspect Options

    Inspect Options

    Annotations
    @ScalaJSDefined() @RawJSType()
    See also

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

  3. trait PromisifyObject extends Function with Function1[Function, Function]
    Annotations
    @RawJSType() @native()
  4. class TextDecodeOptions extends Object
    Annotations
    @ScalaJSDefined() @RawJSType()
  5. class TextDecoder extends Object
    Annotations
    @RawJSType() @native() @JSImport("util", "TextDecoder")
  6. class TextEncoder extends Object
    Annotations
    @RawJSType() @native() @JSImport("util", "TextEncoder")
  7. trait Util extends Object

    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

  8. trait UtilTypes extends Object
    Annotations
    @RawJSType() @native()

Value Members

  1. object Util extends Object with Util

    Util Singleton

    Util Singleton

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

Ungrouped