UNPKG

@dooboostore/dom-render

Version:
5 lines 243 B
export interface OnBeforeReturnSet { onBeforeReturnSet(name: string, value: any, fullPath?: string[]): void; } export declare function isOnBeforeReturnSet(obj: any): obj is OnBeforeReturnSet; //# sourceMappingURL=OnBeforeReturnSet.d.ts.map