//#region src/function/identity.d.ts declare function identity(value: T): T; //#endregion export { identity }; //# sourceMappingURL=identity.d.ts.map