UNPKG

rage-framework

Version:

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

3 lines (2 loc) 169 B
import { TypeOrName } from '../container/types/type-or-name'; export declare const getIdentifier: (typeOrName: TypeOrName, target: Object, propertyName: string) => any;