UNPKG

openapi-tsk

Version:
5 lines (4 loc) 112 B
export declare class StringUtil { static readonly EMPTY = ""; static capitalize(str: string): string; }