From import { From } from "destack:convert"; Infallible conversion from T. export newtype interface From { static from(value: T): this; } language/library/src/convert/from.ds:5:8 Members static from(value: T): this Convert value.