signature() function
Constructs and returns hash string for a given set of className, methodName and arguments.
Signature:
export declare function signature(className: string, methodName: string | symbol, args: any[]): string;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
className |
string | |
|
methodName |
string | symbol | |
|
args |
any[] |
Returns:
string
{string}