Module
TsBridge.Types.Intersection
- Package
- purescript-ts-bridge
- Repository
- thought2/purescript-ts-bridge
#fst Source
fst :: forall a b. Intersection a b -> a
#snd Source
snd :: forall a b. Intersection a b -> b
#toTuple Source
toTuple :: forall a b. Intersection a b -> Tuple a b
#tsBridgeIntersection Source
tsBridgeIntersection :: forall a b tok. TsBridgeBy tok a => TsBridgeBy tok b => tok -> Proxy (Intersection a b) -> TsBridgeM TsType