Calculated serialization type

This commit is contained in:
barsdeveloper
2022-09-11 13:55:01 +02:00
parent 57ef15c943
commit 9f789b3e09
18 changed files with 510 additions and 412 deletions

View File

@@ -17,6 +17,6 @@ export default class CalculatedType {
* @param {IEntity} entity
*/
calculate(entity) {
return this.f(entity)
return this.#f(entity)
}
}