mirror of
https://github.com/GayPizzaSpecifications/dough.git
synced 2025-08-17 20:01:32 +00:00
Pizza Samples
This commit is contained in:
@ -1,8 +1,6 @@
|
||||
package gay.pizza.dough.fs
|
||||
|
||||
interface FsProvider {
|
||||
interface FsProvider : FsPathResolver {
|
||||
val currentWorkingDirectory: FsPath
|
||||
val operations: FsOperations
|
||||
|
||||
fun resolve(path: String): FsPath
|
||||
}
|
||||
|
Reference in New Issue
Block a user