1 line
87 B
TypeScript
Executable File
1 line
87 B
TypeScript
Executable File
export const bulkRound = (...args: number[]): number[] => args.map(n => Math.round(n)); |