© 2026 Hedgehog Software, LLC
const myFunction = (arg) => /*...*/ const otherFunction = (arg, fn) => fn(arg)
type myType<T> = /*...*/ type otherType<T, Generic> = Generic<T>
Type 'Generic' is not generic. ts(2315)