Skip to content

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

ts
function uncountable(word): void;

Defined in: -private/string/inflect.ts:32

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.