Package-level declarations

Types

Link copied to clipboard
open class KobwebReadableTextFile<T : Any>(val kobwebFolder: KobwebFolder, name: String, deserialize: (String) -> T)
Link copied to clipboard
open class KobwebWritableTextFile<T : Any>(val kobwebFolder: KobwebFolder, name: String, serialize: (T) -> String, deserialize: (String) -> T)
Link copied to clipboard
class LiveFile(val path: Path)

Base class for a file which may get updated behind the scenes, at which point, content will be lazily loaded with the latest value.