UNPKG

@arrows/dispatch

Version:
8 lines (6 loc) 139 B
/** * Identity function - returns the argument as-is. */ const identity = <T>(x: T): T => x export { identity } export default identity