/**
 * @Integer is return number with no decimal or fractional part.
 */
export class Integer extends Number {

}