UNPKG

mout

Version:

Modular Utilities

6 lines (5 loc) 126 B
/** * Returns the first argument provided to it. */ declare function identity(val: any): any; export default identity;