Skip to content
# Function: isLegacyFormat()

isLegacyFormat(input): boolean

Defined in: packages/core/src/transformers/JsonMappingUnifier.ts:244

Type guard to check if input uses legacy format.

Parameters

input

UnifiedMappingInput

Mapping input to check

Returns

boolean

True if input is legacy format

Released under the MIT License.