实现一个接收 stringnumberbigint 类型参数的 Absolute 类型,返回一个正数字符串

例如:

type Test = -100;
type Result = Absolute<Test>; // expected to be "100"