UNPKG

node-web-mvc

Version:
5 lines (4 loc) 136 B
import Aware from './Aware'; export default abstract class BeanNameAware extends Aware { abstract setBeanName(name: string): any; }