Extracts the instance type from a constructor function
The constructor function type
type OptionInstance = InstanceType<typeof Option>// Option<T> Copy
type OptionInstance = InstanceType<typeof Option>// Option<T>
Extracts the instance type from a constructor function