/** * @file Functional.ts * @author Gage Sorrell * @copyright (c) 2026 Gage Sorrell * @license MIT */ /** * The identity mapping, for some {@link Array} of {@link ArgumentVector | given arguments}. * * @param ArgumentVector - The {@link Array} of given arguments. * @returns {typeof ArgumentVector} The {@link Array} of given arguments. */ export declare function Identity(...ArgumentVector: Array): typeof ArgumentVector; //# sourceMappingURL=Functional.d.ts.map