Kind: Function
Source: atloria-monorepo/apps/api/src/project/language.util.ts
True when the code is written right-to-left.
Signature
tsfunction isRtl(code: string | null): boolean
Parameters
| Name | Type |
|---|---|
code | `string |
Returns: boolean
Kind: Function
Source: atloria-monorepo/apps/api/src/project/language.util.ts
True when the code is written right-to-left.
tsfunction isRtl(code: string | null): boolean
| Name | Type |
|---|---|
code | `string |
Returns: boolean
Was this page helpful?