typescript-documentation
typescript-documentation copied to clipboard
Failed parsing callback function
Input:
export function foo(fn: (...args: any[]) => any) {
return fn(...[1, 2, 3]);
}
Result:
Error: Unsupported symbol {} with flags "Signature"
at C:/Users/eight04/dev/node-test/src/index.ts:0:24
export function foo(fn: (...args: any[]) => any) {
^