Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace TaskOptions

Index

Variables

Functions

Variables

Let last

last: { desc: undefined | string; loading: undefined | false | true; optionDefs: OptionDef[]; strict: undefined | false | true } = empty()

Type declaration

  • desc: undefined | string
  • loading: undefined | false | true
  • optionDefs: OptionDef[]
  • strict: undefined | false | true

Functions

empty

  • empty(): { desc: undefined | string; loading: undefined | false | true; optionDefs: OptionDef[]; strict: undefined | false | true }
  • Returns { desc: undefined | string; loading: undefined | false | true; optionDefs: OptionDef[]; strict: undefined | false | true }

    • desc: undefined | string
    • loading: undefined | false | true
    • optionDefs: OptionDef[]
    • strict: undefined | false | true

Generated using TypeDoc