public/Clear-SQAllSequences.ps1

Function Clear-SQAllSequences {
  [CmdletBinding()]
  Param()

  $script:sqsequences = @{}
}