conversion-library / changeCase / dotCase
Function: dotCase()
ts
function dotCase(input: string, options?: Options): string
Convert a string to dot case (foo.bar
).
Parameters
• input: string
• options?: Options
Returns
string
Defined in
node_modules/change-case/dist/index.d.ts:59