Kind: Function
Source: atloria-monorepo/libs/parser-core/src/utils/inflect.ts
The singular form Rails/Laravel would derive from a plural resource or table name.
Signature
tsfunction singularize(plural: string): string
Parameters
| Name | Type |
|---|---|
plural | string |
Returns: string
Was this page helpful?