UNPKG

dynamodb-toolbox

Version:

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

3 lines (2 loc) 118 B
import type { Schema } from '../types/index.js'; export declare const hasDefinedDefault: (schema: Schema) => boolean;