Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "test/expected"

Index

Variables

Const exampleInit

exampleInit: string = `errors:subsystems:extend: true`

Const flowerShopInit

flowerShopInit: string = `data:file: flowerspath: relativefolder: dataextend: falseerrors:branch:extend: truesubsystems:extend: true`

Contains constants for comparing against in testing.

Object literals

Const exampleYamlInit

exampleYamlInit: object

errors

errors: null = null

subsystems

subsystems: object

extend

extend: boolean = true

Const flowerShopYamlInit

flowerShopYamlInit: object

errors

errors: null = null

branch

branch: object

extend

extend: boolean = true

data

data: object

extend

extend: boolean = false

file

file: string = "flowers"

folder

folder: string = "data"

path

path: string = "relative"

subsystems

subsystems: object

extend

extend: boolean = true

Generated using TypeDoc