UNPKG

@dominicstop/utils

Version:

Yet another event emitter written in typescript.

12 lines (11 loc) 300 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isSomeParticleForce = isSomeParticleForce; ; function isSomeParticleForce(obj) { return (obj != null && typeof obj === 'object' && "apply" in obj && typeof obj.apply === 'function'); } ;