UNPKG

@artus/tsconfig

Version:

TSConfigs for Artus projects to extend.

11 lines (8 loc) 147 B
function FooDecorator() { return function (target: any) { console.log('decorator to class: ', target); } } @FooDecorator() class Foo { }