UNPKG

@arrows/dispatch

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