UNPKG

dynamodb-toolbox

Version:

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

3 lines (2 loc) 140 B
import { isDynamicDefault } from './isDynamicDefault.js'; export const isStaticDefault = (defaultValue) => !isDynamicDefault(defaultValue);