@toss/utilsfloorAndFormatNumberOn this pagefloorAndFormatNumberRounds the given number and commaize.function floorAndFormatNumber(value: number): string;ExamplefloorAndFormatNumber(13209802.1212); // '13,209,802'