/** * Created by user on 2019/6/7. */ import { ITSOverwrite } from 'ts-type'; export declare type IMethod = { $parent?: IMethod

; } & ITSOverwrite, Omit>; export declare function subobject(attr: T, parent: IMethod

): IMethod; export default subobject;