UNPKG

@dominicstop/utils

Version:

Yet another event emitter written in typescript.

9 lines (8 loc) 187 B
; export function isSomeSystemForce(obj) { return (obj != null && typeof obj === 'object' && "applyToAll" in obj && typeof obj.applyToAll === 'function'); } ;