Type helper for flatting options
let a1: FlattenOption<Option<Option<String>>>let a2: Option<String>// a1 and a2 have the same typelet b1: FlattenOption<Option<number>>let b2: number// b1 and b2 have the same type Copy
let a1: FlattenOption<Option<Option<String>>>let a2: Option<String>// a1 and a2 have the same typelet b1: FlattenOption<Option<number>>let b2: number// b1 and b2 have the same type
Any type.
any type
Generated using TypeDoc
Type helper for flatting options