mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
8 lines
150 B
JavaScript
8 lines
150 B
JavaScript
//#region src/function/identity.ts
|
|
function identity(value) {
|
|
return value;
|
|
}
|
|
//#endregion
|
|
export { identity };
|
|
|
|
//# sourceMappingURL=identity.js.map
|