Upload files to "src/mutator"

This commit is contained in:
2026-07-03 00:04:53 +00:00
parent 658d97091b
commit 059c200954
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
export abstract class Mutator {
abstract execute(): Promise<Boolean>;
}
+1
View File
@@ -0,0 +1 @@
export type MutatorName = "npm";