umd-styles-library
    Preparing search index...
    • Checks if a value is a plain object.

      Parameters

      • value: any

        The value to check

      Returns boolean

      True if the value is a plain object

      import * as Styles from '@universityofmaryland/web-styles-library';
      Styles.utilities.transform.isPlainObject({ foo: 'bar' }); // true
      Styles.utilities.transform.isPlainObject([]); // false

      1.3.0