Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 424 Bytes

File metadata and controls

24 lines (17 loc) · 424 Bytes

A module containing common constants and error codes for developers and IT administrators.

Usage

Install-Module devConstants

then

Import-Module devConstants
# HTTP~
Get-HttpStatusCodes
# exitc~
[devconstants]::data['exitcodes']

License

This project is licensed under the WTFPL License.