Skip to content

Instantly share code, notes, and snippets.

@cesalberca
Created April 14, 2020 18:55
function f() {
console.log("f(): evaluated");
return function (target, propertyKey: string, descriptor: PropertyDescriptor) {
console.log("f(): called");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment