Reference
tersify exports three functions and two types.
tersifyFormat any value as a terse string.
tersibleAttach a .tersify() method to a value.
TersiblizedClass mixin that adds a .tersify() method.
TersifyOptionsThe options object every entry point accepts.
TersibleThe type of a value that formats itself.
import { tersify, tersible, Tersiblized } from 'tersify'import type { TersifyOptions, Tersible } from 'tersify'