mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-28 08:24:32 +00:00
The 'name' and 'value' properties should not be defined as function, they
are inplemented using es6 get functions
get value() {
return this.value_;
}
see ba56ad1ae0/javascript/node/selenium-webdriver/lib/logging.js (L95)