UNPKG

@techmely/utils

Version:

Collection of helpful JavaScript / TypeScript utils

6 lines (3 loc) 162 B
import * as _techmely_types from '@techmely/types'; declare const dividePrecision: (...nums: _techmely_types.EntityId[]) => number; export { dividePrecision };