UNPKG

@techmely/utils

Version:

Collection of helpful JavaScript / TypeScript utils

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