UNPKG

@techmely/utils

Version:

Collection of helpful JavaScript / TypeScript utils

6 lines (3 loc) 210 B
import { EntityId } from '@techmely/types'; declare function createOperationPrecision(operation: (n1: EntityId, n2: EntityId) => number): (...nums: EntityId[]) => number; export { createOperationPrecision };