Interface MemoizedFunction

interface MemoizedFunction {
    clear(): void;
}

Methods

Methods

  • Returns void