Kind: Function
Source: atloria-monorepo/apps/frontend-parser/src/utils/ast-helpers.ts
Simple hash function for generating unique IDs
Signature
tsfunction hashString(str: string): string
Parameters
| Name | Type |
|---|---|
str | string |
Returns: string
Kind: Function
Source: atloria-monorepo/apps/frontend-parser/src/utils/ast-helpers.ts
Simple hash function for generating unique IDs
tsfunction hashString(str: string): string
| Name | Type |
|---|---|
str | string |
Returns: string
Was this page helpful?