questions/00529-medium-absolute/README.md
Implement the Absolute type. A type that take string, number or bigint. The output should be a positive number string
For example
type Test = -100
type Result = Absolute<Test> // expected to be "100"
<a href="../../README.md" target="_blank"></a> <a href="https://tsch.js.org/529/answer" target="_blank"></a> <a href="https://tsch.js.org/529/solutions" target="_blank"></a> <!--info-footer-end-->