UNPKG

@techmely/utils

Version:

Collection of helpful JavaScript / TypeScript utils

6 lines (3 loc) 149 B
import { EntityId } from '@techmely/types'; declare function stripPrecision(num: EntityId, precision?: number): number; export { stripPrecision };