UNPKG

foxts

Version:

Opinionated collection of common TypeScript utils by @SukkaW

4 lines (2 loc) 77 B
declare function identity<T = any, R = T>(item: T): R; export { identity };