/**
* rubico v2.7.7
* https://github.com/a-synchronous/rubico
* (c) 2019-2025 Richard Tong
* rubico may be freely distributed under the MIT license.
*/const isObject=t=>{if(null==t)return!1;const e=typeof t;return"object"==e||"function"==e};export default isObject;