Skip to content

conversion-library / changeCase / constantCase

Function: constantCase()

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

Convert a string to constant case (FOO_BAR).

Parameters

input: string

options?: Options

Returns

string

Defined in

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