First util.ts test

This commit is contained in:
Ethan Lane 2021-08-19 17:21:54 +01:00
parent a0a93a4737
commit 1044c57e66
6 changed files with 116 additions and 4 deletions

View file

@ -0,0 +1,5 @@
import { Command } from "../../../src/type/command";
export class name extends Command {
}