add tostring
This commit is contained in:
@@ -22,4 +22,8 @@ class Layer extends Serializable<Layer> {
|
||||
this.modules.toBinary(buffer);
|
||||
}
|
||||
|
||||
toString(): string {
|
||||
return `<Layer>`;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user