Options
All
  • Public
  • Public/Protected
  • All
Menu

@dxcli/config

Index

Type aliases

ArchTypes

ArchTypes: "arm" | "arm64" | "mips" | "mipsel" | "ppc" | "ppc64" | "s390" | "s390x" | "x32" | "x64" | "x86"

IHook

IHook: function

Type declaration

    • (options: T & object): any
    • Parameters

      • options: T & object

      Returns any

PlatformTypes

PlatformTypes: "darwin" | "linux" | "win32" | "aix" | "freebsd" | "openbsd" | "sunos"

Functions

isIConfig

  • isIConfig(o: any): boolean
  • returns true if config is instantiated and not ConfigOptions

    Parameters

    • o: any

    Returns boolean

read

Generated using TypeDoc