package config
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- config
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def read(jsonConfig: Path): Either[Throwable, File]
- def read(bytes: Array[Byte]): Either[Throwable, File]
- def write(all: File, target: Path): Unit
- def write(all: File): String
- object Config
- object ConfigCodecs
- object NodeFS extends Object
- Annotations
- @native() @JSImport("fs", JSImport.Namespace)
- object NodePath extends Object
- Annotations
- @native() @JSImport("path", JSImport.Namespace)
- object PlatformFiles
- object Tag