UNPKG

rage-framework

Version:

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

3 lines (2 loc) 225 B
import { CacheLayer, CacheLayerItem } from "../services/cache"; export declare function GenericConstruct(module: any, original: any, currentModule: CacheLayer<CacheLayerItem<Function>>): (constructor: any, args: any) => any;