package util
- Alphabetic
- Public
- All
Type Members
-
trait
InspectObject extends Function with Function2[Any, InspectOptions, String] with Function1[Any, String]
- Annotations
- @RawJSType() @native()
-
class
InspectOptions extends Object
Inspect Options
Inspect Options
- Annotations
- @ScalaJSDefined() @RawJSType()
- See also
https://nodejs.org/api/util.html#util_util_inspect_object_options
-
trait
PromisifyObject extends Function with Function1[Function, Function]
- Annotations
- @RawJSType() @native()
-
class
TextDecodeOptions extends Object
- Annotations
- @ScalaJSDefined() @RawJSType()
-
class
TextDecoder extends Object
- Annotations
- @RawJSType() @native() @JSImport( "util" , "TextDecoder" )
-
class
TextEncoder extends Object
- Annotations
- @RawJSType() @native() @JSImport( "util" , "TextEncoder" )
-
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
-
trait
UtilTypes extends Object
- Annotations
- @RawJSType() @native()