Module
Yoga.Config.Types
- Package
- purescript-yoga-config
- Repository
- rowtype-yoga/purescript-yoga-config
#Secret Source
newtype Secret aA secret value that masks itself in Show to prevent accidental logging.
Use revealSecret to access the underlying value.
Instances
(Eq a) => Eq (Secret a)(Ord a) => Ord (Secret a)Show (Secret a)(ReadForeign a) => ReadForeign (Secret a)(WriteForeign a) => WriteForeign (Secret a)
#revealSecret Source
revealSecret :: forall a. Secret a -> a#unNonBlank Source
unNonBlank :: NonBlank -> String#bytesToNumber Source
bytesToNumber :: Bytes -> Number