Files
dough/dough-fs/src/commonMain/kotlin/gay/pizza/dough/fs/FsProvider.kt

8 lines
163 B
Kotlin

package gay.pizza.dough.fs
interface FsProvider : FsPathResolver {
val currentWorkingDirectory: FsPath
val separator: String
val operations: FsOperations
}