UNPKG

duenamodb

Version:

Simple DynamoDB client written in TypeScript.

5 lines (4 loc) 188 B
export type Keys<T> = (keyof T & string)[]; export declare const maybeMerge: <O, Value>(name?: keyof O | undefined, value?: Value | undefined) => { [x: string]: NonNullable<Value>; };