NPM Build Utilities @ 0.3.0-alpha.9
    Preparing search index...

    Type Alias CopyFilesInput

    CopyFilesInput: string | { from: string; to?: string | null }

    Input options for files to copy during build stages.

    If a string, the string is the source file and will be copied to the default dist directory.

    Type Declaration

    • string
    • { from: string; to?: string | null }
      • from: string

        Source file path.

      • Optionalto?: string | null

        File output path.

    0.3.0-alpha.1