@resee-movies/utilities - v0.8.0
    Preparing search index...

    Function deserializeQueryObject

    • Inflate a serialized object, using the provided SerializationMap as the guide to how values should be interpreted and cast.

      Type Parameters

      • S extends { [key: string]: undefined | null | string | string[] }
      • M extends SerializationMap

      Parameters

      • source: S
      • sourceMap: M
      • options: { keepUndefined?: boolean } = {}

      Returns DeserializedObject<M>