Options
All
  • Public
  • Public/Protected
  • All
Menu

dlgit

Index

References

Renames and re-exports Dlgit

Variables

default_cache: string = ...

Functions

  • clear_cache(dir?: string): void
  • Parameters

    • dir: string = default_cache

    Returns void

  • hash(data: string): string
  • locate(location: string): { branch: string; repo: string; url: string }
  • Locate the URL of given repository.

    Parameters

    • location: string

      The repository location.

    Returns { branch: string; repo: string; url: string }

    The URL and branch of the repository.

    • branch: string
    • repo: string
    • url: string
  • setup_cache(dir?: string): void
  • Parameters

    • dir: string = default_cache

    Returns void

Generated using TypeDoc