@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.cjs +93 -4095
- package/dist/index.d.ts +0 -1
- package/dist/index.esm.js +93 -4095
- package/package.json +2 -4
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
|
}
|