UNPKG

dynamodb-toolbox

Version:

Lightweight and type-safe query builder for DynamoDB and TypeScript.

5 lines (4 loc) 173 B
import type { Writable } from '../types/writable.js'; type Writabler = <OBJ extends object>(obj: OBJ) => Writable<OBJ>; export declare const writable: Writabler; export {};