Missing interface to allow options and callback function at the same time ```javascript ( source: string, dest: string, options?: Options, callback?: (error: Error | null, results?: Array<CopyOperation>) => void, ): WithCopyEvents<{}>; ``` https://github.com/timkendrick/recursive-copy/blob/4c9a8b8a4bf573285e9c4a649a30a2b59ccf441c/index.d.ts#L51
Missing interface to allow options and callback function at the same time
recursive-copy/index.d.ts
Line 51 in 4c9a8b8