UNPKG

@datorama/akita

Version:

A Reactive State Management Tailored-Made for JS Applications

6 lines 204 B
import { toBoolean } from './toBoolean'; // @internal export function isPlainObject(value) { return toBoolean(value) && value.constructor.name === 'Object'; } //# sourceMappingURL=isPlainObject.js.map