Core & Utilities
Data & State
Frontend & Logic
Architecture & Security
Appearance
Returns the input value unchanged.
import { identity } from '@vielzeug/toolkit'; identity('hello'); // 'hello'