Skip to content

Instantly share code, notes, and snippets.

@gevgeny
Created October 30, 2019 19:13
Show Gist options
  • Save gevgeny/f251b0f1f4d39d179e1f9f0102606618 to your computer and use it in GitHub Desktop.
Save gevgeny/f251b0f1f4d39d179e1f9f0102606618 to your computer and use it in GitHub Desktop.
function observable(target: any, propertyKey: string) {
console.log(`decorate ${propertyKey}`);
}
class State {
@observable foo;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment