mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-06 08:00:05 +00:00
Add node pack actions: install, uninstall, enable, disable, change version (#3016)
Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
@@ -336,14 +336,6 @@ export const generateUUID = (): string => {
|
||||
})
|
||||
}
|
||||
|
||||
/**
|
||||
* Formats a number to a locale-specific string
|
||||
* @param num The number to format
|
||||
* @returns The formatted number or 'N/A' if the number is undefined
|
||||
*/
|
||||
export const formatNumber = (num?: number): string =>
|
||||
num?.toLocaleString() ?? 'N/A'
|
||||
|
||||
/**
|
||||
* Checks if a URL is a Civitai model URL
|
||||
* @example
|
||||
|
||||
Reference in New Issue
Block a user