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