13 lines
251 B
TypeScript
13 lines
251 B
TypeScript
/*
|
|
* dotfiles - file.ts
|
|
*
|
|
* Created by Janis Hutz 03/22/2025, Licensed under the GPL V3 License
|
|
* https://janishutz.com, development@janishutz.com
|
|
*
|
|
*
|
|
*/
|
|
|
|
import { readFileAsync, writeFileAsync, monitorFile } from "astal";
|
|
|
|
|