Goal: Implement the `Absolute` type. A type that take `string`, `number` or `bigint`. The output should be a positive number string. For example: Source challenge: https://github.com/type-challenges/type-challenges/tree/main/questions/00529-medium-absolute Reference explanation: https://github.com/ghaiklor/type-challenges-solutions/blob/main/en/medium-absolute.md
Run "Check Solution" to validate your code in the browser.