UNPKG

tsunamy

Version:

A new typesript framework

5 lines (4 loc) 206 B
import 'reflect-metadata'; import { Type } from '../types/Type'; export declare type ClassDecoratorGeneric<T> = (target: T) => void; export declare const Injectable: () => ClassDecoratorGeneric<Type<any>>;