UNPKG

dynamodb-toolbox

Version:

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

7 lines (6 loc) 278 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.fromZodBigInt = void 0; const index_js_1 = require("../../../schema/number/index.js"); const fromZodBigInt = () => (0, index_js_1.number)({ big: true }); exports.fromZodBigInt = fromZodBigInt;