UNPKG

dynamodb-toolbox

Version:

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

3 lines (2 loc) 190 B
import type { SchemaExtendedValue } from '../../schema/index.js'; export declare const isDynamicDefault: (defaultValue: unknown) => defaultValue is (input?: unknown) => SchemaExtendedValue;