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

    Variable queryStringToObjectCoderConst

    queryStringToObjectCoder: {
        decode: (value: string) => Record<string, string>;
        encode: (value: Record<string, string>) => string;
    } = ...

    Type Declaration

    • decode: (value: string) => Record<string, string>
    • encode: (value: Record<string, string>) => string