UNPKG

@xmobitea/gn-server

Version:

GearN Server by XmobiTea (Pro)

9 lines (8 loc) 223 B
export declare class Md5Generate { /** * Returns the md 5. * @param input Provides the input value used by this operation. * @returns Returns the md 5. */ static getMd5(input: string): string; }