Skip to content

conversion-library / changeCase / noCase

Function: noCase()

ts
function noCase(input: string, options?: Options): string

Convert a string to space separated lower case (foo bar).

Parameters

input: string

options?: Options

Returns

string

Defined in

node_modules/change-case/dist/index.d.ts:35