Options
All
  • Public
  • Public/Protected
  • All
Menu

Module nextra/copy

Index

Interfaces

Functions

Functions

copy

  • copy(source: string, destination: string, options?: CopyOptions | CopyFilter): Promise<void>
  • Copies files from one location to another, creating all directories required to satisfy the destination path.

    function

    copy

    memberof

    fsn/nextra

    Parameters

    • source: string

      The source path

    • destination: string

      The destination path

    • options: CopyOptions | CopyFilter = {}

      Options for the copy, or a filter function

    Returns Promise<void>

Generated using TypeDoc