@native-systems/utility 2.3.1 → 2.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -942,7 +942,6 @@ declare module "@native-systems/utility" {
942
942
  static getName(firstName: string | undefined | null, lastName: string | undefined | null, email?: string | null): string;
943
943
  static getEmail(email: string | null): string | undefined;
944
944
  static getLetter(name: string | null | undefined): string | null;
945
- static getBackgroundColor(email: string | undefined | null): string;
946
945
  static getInitial(name: string): string;
947
946
  }
948
947
  }