default: {
ComputeRandomObjectHash: (() => string);
CreateHash: ((input: string) => string);
}
Type declaration
-
ComputeRandomObjectHash: (() => string)
-
- (): string
-
Returns string
-
CreateHash: ((input: string) => string)
-
- (input: string): string
-
Returns string
Function
ComputeRandomObjectHash
Description
Return the hash of a random object
Export
Returns