utilities.hash.md
January 18, 2023 ยท View on GitHub
Home > @datashaper/utilities > hash
hash() function
Signature:
export declare function hash(input: string[] | undefined): Record<string, boolean>;
Parameters
| Parameter | Type | Description |
|---|---|---|
| input | string[] | undefined |
Returns:
Record<string, boolean>