UNPKG

@wireapp/commons

Version:

Collection of common components that are used across Wire web applications.

8 lines 396 B
export declare function capitalize(text: string): string; export declare function pluralize(text: string, times: number, options?: { postfix: string; }): string; export declare function uuidToBytes(uuid: string): Buffer; export declare function bytesToUUID(uuid: Buffer | Uint8Array): string; export declare function serializeArgs(args: any[]): any[]; //# sourceMappingURL=StringUtil.d.ts.map