UNPKG

dynamodb-toolbox

Version:

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

7 lines (6 loc) 320 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isStaticDefault = void 0; const isDynamicDefault_js_1 = require("./isDynamicDefault.js"); const isStaticDefault = (defaultValue) => !(0, isDynamicDefault_js_1.isDynamicDefault)(defaultValue); exports.isStaticDefault = isStaticDefault;