mirror of
https://github.com/SomboChea/ui
synced 2026-01-12 06:05:43 +07:00
refactor: formatLicense to return undefined instead of null
This commit is contained in:
@@ -5,7 +5,7 @@ export interface PackageMetaInterface {
|
||||
fileCount: number;
|
||||
unpackedSize: number;
|
||||
};
|
||||
license?: Partial<LicenseInterface> | string | null;
|
||||
license?: Partial<LicenseInterface> | string;
|
||||
};
|
||||
_uplinks: {};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user