untagged-507e481661b8a712650d: fixed guid validation (#11)
* enhanced test expectation for guid validation
Strings shall be able to be validated too, at least the validation function expects multiple value types!
* fixed test
(removed an accidentally duplicated var declaration)
* limited parameter tolerance for guid validation
& implemented validation support for hyphenated guid strings
* fixed guid validation syntax
* Update guid.ts
* Update guid.ts
* fixed guid validation
* adjusted tests to fully cover string validation
* incremented lib version
* incremented lib version
* corrected typos in comments
* enhanced validation to cover undefined & null
* covered unexpected runtime values in validation
* Update lib/guid.ts
Co-authored-by: Destinate <[email protected]>
* Update lib/guid.ts
Co-authored-by: Destinate <[email protected]>
Co-authored-by: Destinate <[email protected]>