(fmv m f)apply f to each value v of map m
apply f to each value v of map m
(timebox {:keys [issued issued-at iat expires expires-at exp] :as t})some systems return issued, some issued-at, some iat, etc. some do not return expires/expires-at/exp some return ts is seconds, others in ms
timebox picks values if provided, compliments with values that are not provided and assocs issued-at and expires-at in seconds
some systems return issued, some issued-at, some iat, etc. some do not return expires/expires-at/exp some return ts is seconds, others in ms timebox picks values if provided, compliments with values that are not provided and assocs issued-at and expires-at in seconds
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |