Function: unitsAbsent()
unitsAbsent(
position):AstmRecordWarning
Build an ASTM_RECORD_UNITS_ABSENT warning. Emitted when a result carries a
numeric value but no units; units are never defaulted, guessed, or converted.
Parameters
position
Returns
Example
import { unitsAbsent } from "@cosyte/astm";
unitsAbsent({ recordIndex: 4, recordType: "R", fieldIndex: 5 });