Type Alias: $NoInfer<A>
$NoInfer<
A> = [A][Aextendsany?0:never]
Defined in: projects/plugins/packages/i18next/src/lib/types.ts:15
This is a re-exported type from i18next.
We could use NoInfer typescript build-in utility, however this project still supports ts < 5.4.
Type Parameters
| Type Parameter | 
|---|
| A | 
See
https://github.com/millsp/ts-toolbelt/blob/master/sources/Function/NoInfer.ts