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