Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "move"

Index

Variables

promisedMkdirp

promisedMkdirp: function = denodeify(mkdirp)

Type declaration

    • (a: A): Promise<R>
    • Parameters

      • a: A

      Returns Promise<R>

promisedRename

promisedRename: function = denodeify(rename)

Type declaration

    • (a: A, b: B): Promise<R>
    • Parameters

      • a: A
      • b: B

      Returns Promise<R>

Functions

async

  • async(from: string, to: string): Promise<null>
  • Parameters

    • from: string
    • to: string

    Returns Promise<null>

ensureDestinationPathExistsAsync

  • ensureDestinationPathExistsAsync(to: string): Promise<null>
  • Parameters

    • to: string

    Returns Promise<null>

sync

  • sync(from: string, to: string): void
  • Parameters

    • from: string
    • to: string

    Returns void

validateInput

  • validateInput(methodName: string, from: string, to: string): void
  • Parameters

    • methodName: string
    • from: string
    • to: string

    Returns void

Generated using TypeDoc