Options
All
  • Public
  • Public/Protected
  • All
Menu

jeremiah_tenbrink/doubly-linked-list

Index

Type aliases

IterationComplete

IterationComplete: { complete: boolean; error: Error | null }

Object returned indicating if ther was an error and if the itteration is complete

Type declaration

  • complete: boolean

    Indicates if iteration over the list is complete

  • error: Error | null

    Null if iteration complete with no errors or the error that occurred if one occurred.

Generated using TypeDoc