UNPKG

@vert/core

Version:

Library to build OOP applications which are based on Vue.

6 lines (5 loc) 175 B
import { TProviders } from '../types'; declare abstract class ReflectionUtils { static getProvidersFromParams(target: any): TProviders; } export { ReflectionUtils };