@w5s/numNamespacesNumberNumber A collection of functions to manipulate number@exampleimport { Number } from '@w5s/core';const total = [1, 1.5, 2].reduce(Number['+'], 0);// 4.5Number['=='](total, 4.5);// true
A collection of functions to manipulate
number