UNPKG

dynamodb-toolbox

Version:

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

6 lines (5 loc) 241 B
import type { Schema } from '../../../schema/index.js'; export interface TransformPathsOptions { strict?: boolean; } export declare const transformPaths: (schema: Schema, paths: string[], { strict }?: TransformPathsOptions) => string[];