Nutrient Web SDK
    Preparing search index...
    • True if the provided value is a List

      const { List } = require('immutable');
      List.isList([]); // false
      List.isList(List()); // true

      Parameters

      • maybeList: any

      Returns maybeList is NutrientViewer.Immutable.List<any>