Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "src/system/system"

Index

Functions

importRecursion

  • importRecursion(__namedParameters: object): Promise<void>
  • Performs import recursion for the subsystems.

    Parameters

    • __namedParameters: object
      • current: string
      • imports: Imports
      • stack: string[]

    Returns Promise<void>

isProperLoaderObject

  • isProperLoaderObject(object: object, property: string, type: "object" | "string" | "arrayOfString"): boolean
  • Checks that the data initialized by the loader is proper for the objects.

    Parameters

    • object: object
      • [key: string]: any
    • property: string
    • type: "object" | "string" | "arrayOfString"

    Returns boolean

Generated using TypeDoc