Parameters
fmgp.typings.std.Parameters
trait Parameters[T]() extends StObject
NOTE: Conditional type definitions are impossible to translate to Scala. See https://www.typescriptlang.org/docs/handbook/2/conditional-types.html for an intro. You'll have to cast your way around this structure, unfortunately. TS definition:
T extends (args : infer P): any ? P : never
Attributes
- Graph
-
- Supertypes
Members list
In this article