UNPKG

@eggjs/tegg-common-util

Version:
7 lines (6 loc) 276 B
import { EggProtoImplClass } from '@eggjs/tegg-types'; export declare class ObjectUtils { static getProperties(obj: object): string[]; static getFunctionArgNameList(func: Function): string[]; static getConstructorArgNameList(clazz: EggProtoImplClass): string[]; }