UNPKG

novaparse

Version:
7 lines (6 loc) 228 B
import { Gettable, Builder } from "novadatainterface/Gettable"; declare class CachelessGettable<T> extends Gettable<T> { constructor(getFunction: Builder<T>); get(id: string): Promise<T>; } export { CachelessGettable };