@oazmi/kitchensink - v0.9.13
    Preparing search index...

    Interface MemorizeCoreControls<V, K>

    interface MemorizeCoreControls<V, K> {
        fn: (arg: K) => V;
        memory: SimpleMap<K, V>;
    }

    Type Parameters

    • V
    • K
    Index

    Properties

    Properties

    fn: (arg: K) => V
    memory: SimpleMap<K, V>