dust/std/fs.ds

6 lines
71 B
Plaintext

fs = {
read_file = fn (path: str) -> str {
__READ_FILE__(path)
}
}