UNPKG

badman-core

Version:

badman-core is the layer what all the badman packages depended,or can be used as a tool kit.

6 lines (5 loc) 157 B
export default interface InstantiationAwarePostProcessor { beforePostProcess(): any; postProcess(): any; afterPostProcess(instance: any): any; }