clockres.psd1

@{
  RootModule = 'clockres.psm1'
  ModuleVersion = '2.0.0.0'
  CompatiblePSEditions = 'Core'
  GUID = 'e97ddd29-f7e8-48a6-865b-4c2c1f498dc9'
  Author = 'greg zakharov'
  Copyright = 'MIT'
  Description = 'Retrieve system timer resolution.'
  PowerShellVersion = '6.1'
  AliasesToExport = 'clockres'
  FunctionsToExport = 'Get-ClockRes'
  FileList = @(
    'clockres.psd1',
    'clockres.psm1'
  )
}