UNPKG

@pwrdrvr/dynamodb-session-store

Version:

express-session library for DynamoDB with configurable `touch` write reductions and configurable eventually consistent reads for higher reliability/throughput and lower costs

5 lines 234 B
/** * Deep clones the object and replaces all Date objects with their ISO string representation. */ export declare function deepReplaceDatesWithISOStrings(obj: any): any; //# sourceMappingURL=deep-replace-dates-with-strings.d.ts.map