Skip to content

No interface definition to allow options and callback function at the same time #39

@eunjungoh35

Description

@eunjungoh35

Missing interface to allow options and callback function at the same time

(
   source: string,
   dest: string,
   options?: Options,
   callback?: (error: Error | null, results?: Array<CopyOperation>) => void,
): WithCopyEvents<{}>;

interface CopyFn {

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions