mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-04-05 03:27:40 +08:00
JsDoc types fixed and typecheck activated
This commit is contained in:
@@ -20,6 +20,11 @@ export default class GuidEntity extends IEntity {
|
||||
return new GuidEntity({ value: guid })
|
||||
}
|
||||
|
||||
constructor(options = {}) {
|
||||
super(options)
|
||||
/** @type {String} */ this.value
|
||||
}
|
||||
|
||||
valueOf() {
|
||||
return this.value
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user