© 2026 Hedgehog Software, LLC
function Foo<T>(callback: (input?: T) => void){ return async function(input?: T) => { //... } }
input
callback