Interface IStore

Hierarchy

  • IStore

Implemented by

Methods

  • Returns void

  • Parameters

    • key: string

    Returns boolean

  • Parameters

    • key: string

    Returns undefined | string

  • Parameters

    • Rest ...list: [string, string?][]

    Returns string[]

  • Parameters

    • key: string

    Returns boolean

  • Parameters

    • key: string
    • value: string

    Returns void

  • Parameters

    • Rest ...list: [string, string][]

    Returns void

Generated using TypeDoc