Type documenting

This commit is contained in:
barsdeveloper
2022-03-09 23:12:55 +01:00
parent 0fa868851d
commit 3409edff89
5 changed files with 22 additions and 0 deletions

View File

@@ -16,6 +16,8 @@ export default class IntegerEntity extends IEntity {
this.value = Math.round(this.value)
}
/** @type {Number} */ value
valueOf() {
return this.value
}