(mask x)
Mask a value behind the Secret
type, hiding its real value when printing
Mask a value behind the `Secret` type, hiding its real value when printing
(secret? x)
(unmask x)
Reveals all potential secrets from x
, returning the value with secrets
unmasked, works on any walkable type
Reveals all potential secrets from `x`, returning the value with secrets unmasked, works on any walkable type
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close