Interface MemorizeCoreControls<V, K>

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

Type Parameters

  • V
  • K

Properties

Properties

fn: ((arg) => V)

Type declaration

    • (arg): V
    • Parameters

      • arg: K

      Returns V

memory: SimpleMap<K, V>

Generated using TypeDoc