(chore): add utility for refactoring

This commit is contained in:
vorotamoroz
2026-06-10 10:29:56 +01:00
parent 675de883e9
commit b4077bd1f5
3 changed files with 207 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"tasks": {
"dev": "deno run --watch --allow-net main.ts"
},
"imports": {
"@std/assert": "jsr:@std/assert@1"
}
}