FnArg

FnArg

Experimental Class

Class Overview

class FnArg {
  constructor(value: any, type: Type<any>)
  
  
  value : any
  type : Type<any>
}

Class Description

Constructor

constructor(value: any, type: Type<any>)