mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-03-29 17:08:21 +08: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)