UNPKG

dynamodb-toolbox

Version:

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

2 lines (1 loc) 111 B
export declare const isPrimitive: (candidate: unknown) => candidate is boolean | number | string | Uint8Array;