Skip to content

v5.0.0

Latest
Compare
Choose a tag to compare
@TrySound TrySound released this 09 Sep 16:36

ESM/TypeScript

- import isPlainObject from 'is-plain-object';
+ import { isPlainObject } from 'is-plain-object';

CommonJS

- const isPlainObject = require('is-plain-object');
+ const { isPlainObject } = require('is-plain-object');
  • Added native ESM support via exports mapping