@telostat/prelude - v0.7.0
    Preparing search index...

    Variable dateConst

    date: Codec<Date>

    A codec for a parsable date string, on successful decoding it resolves to a Date object. The validity of the date string during decoding is decided by the browser implementation of Date.parse. Encode runs toISOString on the passed in date object