UNPKG

rage-framework

Version:

## How to Install *server-side* ```bash npm install @rage-framework/server ```

9 lines (8 loc) 195 B
import { DecoratorType } from '../types/decorator'; export interface Metadata { moduleHash?: string; moduleName?: string; raw?: string; type?: DecoratorType; options?: any; }