Working commit
This commit is contained in:
5
src/PDUProcessor/Preprocessor/Preprocessor.ts
Normal file
5
src/PDUProcessor/Preprocessor/Preprocessor.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import {PduProcessor} from "../PduProcessor";
|
||||
|
||||
export default abstract class Preprocessor extends PduProcessor {
|
||||
readonly type: string = this.name;
|
||||
}
|
Reference in New Issue
Block a user