zod-codecs - v0.2.0
    Preparing search index...

    Variable stringToUrlCoderConst

    stringToUrlCoder: {
        decode: (value: string) => URL;
        encode: (value: URL) => string;
    } = ...

    Type Declaration

    • decode: (value: string) => URL
    • encode: (value: URL) => string