UNPKG

@datorama/akita

Version:

A Reactive State Management Tailored-Made for JS Applications

6 lines 186 B
// @internal export function isObject(value) { const type = typeof value; return value != null && (type == 'object' || type == 'function'); } //# sourceMappingURL=isObject.js.map