@laserware/stasis
    Preparing search index...

    Function isPlain

    • Returns true if the passed value is "plain", i.e. a value that is either directly JSON-serializable (boolean, number, string, array, plain object) or undefined.

      Parameters

      • val: any

        The value to check.

      Returns boolean