Skip to content

Documentation / @ember-data/request-utils / string / uncountable

Function: uncountable()

ts
function uncountable(word): void;

Defined in: warp-drive-packages/utilities/declarations/-private/string/inflect.d.ts:8

Marks a word as uncountable. Uncountable words are not pluralized or singularized.

Parameters

word

string

Returns

void

Since

4.13.0

Released under the MIT License.