UNPKG

@anansi/generator-js

Version:
4 lines (3 loc) 65 B
export default function identity<T>(arg: T): T { return arg; }