UNPKG

oc-template-es6

Version:
2 lines (1 loc) 110 B
export default function tryGetCached(type: string, key: string, predicate: () => Promise<any>): Promise<any>;