// Copyright 2017-2026 @pezkuwi/react-api authors & contributors // SPDX-License-Identifier: Apache-2.0 export default function echoTransform (x: T, _index: number): T { return x; }