Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "deploy/resolveInPackage"

Index

Functions

Functions

resolveInPackage

  • resolveInPackage(pkg: string, ...file: string[]): string
  • Returns the path to a file within a node package

    Parameters

    • pkg: string

      The name of a node package

    • Rest ...file: string[]

      The path to the file within the package

    Returns string

    A file path

Generated using TypeDoc