UNPKG

@xmobitea/gn-server

Version:

GearN Server by XmobiTea (Pro)

9 lines (8 loc) 273 B
export declare class DisplayNameUtility { /** * Executes the normalize string workflow. * @param input Provides the input value used by this operation. * @returns Returns the operation result. */ static normalizeString(input: string): string; }