UNPKG

@nativewrappers/server

Version:

Native wrappers and utilities for use with FXServer.

5 lines (4 loc) 136 B
/** * @returns This will return an unsigned hash for the current string */ export declare function generateHash(str: string): number;