Options
All
  • Public
  • Public/Protected
  • All
Menu

Module namespace

Index

Functions

resolveDefaultNamespace

  • resolveDefaultNamespace(): Promise<HNamespace>
  • Resolve the default namespace from defs distributed with the project.

    Returns Promise<HNamespace>

    The default namespace.

resolvePodsNamespace

  • resolvePodsNamespace(podDir: string, podFilter?: string): Promise<HNamespace>
  • Resolve the namespace from some POD files.

    Parameters

    • podDir: string

      The directory to read the pod files from.

    • podFilter: string = ''

      If non-empty, used to filter certain POD files.

    Returns Promise<HNamespace>

    The generated namespace.

Generated using TypeDoc