UNPKG

tsoid

Version:

Typed functional library to deal with async operations.

7 lines (6 loc) 88 B
/** * Identity function * * @param arg */ export default function id<A>(arg: A): A;