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

    Interface SpecIdOptions

    Options for specId.

    interface SpecIdOptions {
        validate?: boolean;
    }
    Index

    Properties

    Properties

    validate?: boolean

    Whether the op must exist and its params must be legal — default true.

    Pass false to name a spec that would not compile. See specId for why identity is separable from validity.