UNPKG

@dooboostore/dom-render

Version:
6 lines 190 B
export interface OnDrThisUnBind { onDrThisUnBind(): void; } export const isOnDrThisUnBind = (obj: any): obj is OnDrThisUnBind => { return typeof obj?.onDrThisUnBind === 'function'; }