UNPKG

@techmely/utils

Version:

Collection of helpful JavaScript / TypeScript utils

6 lines (3 loc) 219 B
import { NullList, EntityId, UnDef } from '@techmely/types'; declare function formatLot10Volume(volume: NullList<EntityId>, precision?: number, defaultValue?: UnDef<EntityId>): EntityId; export { formatLot10Volume };