@pond-ts/process API Reference
    Preparing search index...

    Interface Fact

    interface Fact {
        id: string;
        name?: string;
        op: string;
        unit: string | null;
        readonly [k: string]: unknown;
    }

    Indexable

    • readonly [k: string]: unknown
    Index

    Properties

    Properties

    id: string
    name?: string

    The caller's name for this output, when it gave one.

    op: string

    The fold that produced it — a registry name, not a fixed enum.

    unit: string | null