- Preparing search index...
- The search index is not available
biorate
Interface TFunction<Ns, KPrefix>
- TFunction<const Key, const TOpt, Ret, const ActualOptions>(...args): TFunctionReturnOptionalDetails<Ret, TOpt>
-
Type Parameters
-
const Key extends string | TemplateStringsArray
-
const TOpt extends TOptions
-
Ret extends string | $SpecialObject
-
Parameters
-
Rest
...args: [key: Key | Key[], options?: ActualOptions] | [key: string | string[], options: TOpt & $Dictionary & {
defaultValue: string;
}] | [key: string | string[], defaultValue: string, options?: TOpt & $Dictionary]
Rest
Properties
$TFunctionBrand
$TFunctionBrand: never
T function declaration *