matchigo - v1.0.2
    Preparing search index...

    Interface CompiledFn<T, R>

    interface CompiledFn<T, R> {
        run(value: T): R;
        (value: T): R;
    }

    Type Parameters

    • T
    • R
    Index

    Methods

    Methods