fmgp.typings.std
package fmgp.typings.std
Members list
Type members
Classlikes
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:
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
- Supertypes
In this article