UNPKG

@techmely/utils

Version:

Collection of helpful JavaScript / TypeScript utils

6 lines (3 loc) 146 B
import { EntityId } from '@techmely/types'; declare function roundPrecision(num: EntityId, decimal: number): number; export { roundPrecision };