Options
All
  • Public
  • Public/Protected
  • All
Menu

Module nextra/move

Index

Interfaces

Functions

Functions

move

  • move(source: string, destination: string, options?: MoveOptions): Promise<void>
  • function

    move

    memberof

    fsn/nextra

    Parameters

    • source: string

      The source path of the file

    • destination: string

      The destination path of the file

    • options: MoveOptions = {}

      The options for the move

    Returns Promise<void>

Generated using TypeDoc