ReferenceAPI
RefusedConversion
A pair people expect to be arithmetic and is not, with the reason.
How this is generated
Source: lib/opsinjs.ts. Script: scripts/build-reference.mts. Command:
pnpm run generate.
Everything below is copied from the symbol, so a page is improved by improving its doc comment. The API index says why there is a page per symbol and what these pages still do not carry.
RefusedConversion
A pair people expect to be arithmetic and is not, with the reason.
This list is the load-bearing half of the unit table. An omitted conversion has to render as an explicit "we do not have this", never as a substituted default, and a component that wants to explain WHY reads its reason here.
| Kind | Declared in |
|---|---|
| interface | lib/opsinjs.ts |
export interface RefusedConversion {
between: [string, string]
reason: string
docs: string
}