Appearance
zeropdf / pt
Function: pt()
ts
function pt(value): number;Defined in: src/types.ts:3216
Identity converter for points. Provided for symmetry with mm, cm, and inch so unit intent stays explicit at call sites.
Parameters
| Parameter | Type | Description |
|---|---|---|
value | number | Length in points. |
Returns
number
The same length in points.