While perusing through some transpiled Angular code, I came across this snippet:
var __decorate = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
I'm puzzled by the usage of undefined
in this context. Can anyone shed light on what's happening here?