Package: effect Module: TMap
effect
TMap
Tests if the map is empty or not.
Signature
declare const isEmpty: <K, V>(self: TMap<K, V>) => STM.STM<boolean>
Source
Since v2.0.0