anyway support set sub<KeyType, ValueType> to inherit parent<KeyType, ValueType>?
bluelovers opened this issue · 1 comments
bluelovers commented
export class LRU<KeyType, ValueType> extends Mixin(EventEmitter, QuickLRU<KeyType, ValueType>)
tannerntannern commented